Re: Camel can't Route Topic

2015-02-14 Thread dspatel81
Try using destinationName injection

 deadMsgTopic*&jmsMessageType=Text"/>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-can-t-Route-Topic-tp5762517p5762711.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel can't Route Topic

2015-02-13 Thread Dharmesh_Patel
Try destinationName injection:
 
#deadQueue*&jmsMessageType=Text"/>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-can-t-Route-Topic-tp5762517p5762712.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel can't Route Topic

2015-02-10 Thread zbwadud
following is my connection bean and camel route





 




It always create Queue not topic!!





--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-can-t-Route-Topic-tp5762517p5762578.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel can't Route Topic

2015-02-10 Thread zbwadud
I tried with that components but still not working



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-can-t-Route-Topic-tp5762517p5762576.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel can't Route Topic

2015-02-09 Thread Morgan Hautman

Hello Zaid,

Since you're using ActiveMQ I recommend using this component:

http://camel.apache.org/activemq.html

On 10/02/2015 5:54, zbwadud wrote:

Dear all,
I am having issue with camel context route. My route should connect to topic
and consume from topic but it always create and consume from topic. For
topic, I used following uri format *amqp:topic:Destination* camel.apache.org


It will very helpful if some one put some light on it. I am using JBOSS A-MQ
6.1 Broker

Regards,
Zaid



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-can-t-Route-Topic-tp5762517.html
Sent from the Camel - Users mailing list archive at Nabble.com.




Camel can't Route Topic

2015-02-09 Thread zbwadud
Dear all,
I am having issue with camel context route. My route should connect to topic
and consume from topic but it always create and consume from topic. For
topic, I used following uri format *amqp:topic:Destination* camel.apache.org
  

It will very helpful if some one put some light on it. I am using JBOSS A-MQ
6.1 Broker

Regards,
Zaid



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-can-t-Route-Topic-tp5762517.html
Sent from the Camel - Users mailing list archive at Nabble.com.