Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CD3511EF2 for ; Sat, 7 Jun 2014 21:00:02 +0000 (UTC) Received: (qmail 55069 invoked by uid 500); 7 Jun 2014 21:00:02 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 55014 invoked by uid 500); 7 Jun 2014 21:00:02 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 55004 invoked by uid 99); 7 Jun 2014 21:00:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jun 2014 21:00:02 +0000 Date: Sat, 7 Jun 2014 21:00:02 +0000 (UTC) From: "Arthur Naseef (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-4325) camel doen't honor credentials set on activemqcomponent bean via spring MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020967#comment-14020967 ] Arthur Naseef commented on AMQ-4325: ------------------------------------ Git commit: https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=commit;h=48d615d3113cf3d2a9d33bd5264c4f334d34b5c5 > camel doen't honor credentials set on activemqcomponent bean via spring > ----------------------------------------------------------------------- > > Key: AMQ-4325 > URL: https://issues.apache.org/jira/browse/AMQ-4325 > Project: ActiveMQ > Issue Type: Bug > Components: activemq-camel > Affects Versions: 5.8.0 > Environment: activemq 5.8.0 > Reporter: Kot Kot > Assignee: Claus Ibsen > Fix For: 5.9.1, 5.10.0 > > > I use this configuration to create activemq component. > class="org.apache.activemq.camel.component.ActiveMQComponent" factory-method="activeMQComponent"> > > > > > > Endpoint url doesn't have username and password set which results jms client not being able to connect to broker which responds with "username is null". > Setting username and password in endpoint url works -- This message was sent by Atlassian JIRA (v6.2#6252)