rabbitMQ message forwarding from one queue to another

2015-09-18 Thread prajath
Hi All, could you please help me to resolve the problem I am facing when forwarding message from one queue to another , please see the spring xml. thanks in advance prajath http://camel.apache.org/schema/spring

Re: rabbitMQ message forwarding from one queue to another

2015-09-20 Thread prajath
Hi Christian, message is not publishing from queue 'inbox' to 'outbox' 1.timer publish current date to queue 'inbox'- this part working 2.from 'inbox' to 'outbox' - this is not working Thanks, Pramod -- View this message in context: http://camel.465427.n5.nabble.com/rabbitMQ-message-forwa

camel-rabbitmq transaction support for version 2.15

2015-09-21 Thread prajath
Hi all, is Camel version 2.15 supports transaction with rabbitmq also replyTo is not seems to be working for rabbitmq , is that also not supported for 2.15 thanks, Prajath -- View this message in context: http://camel.465427.n5.nabble.com/camel-rabbitmq-transaction-support-for-version-2-15

Re: How to improve throughput by grouping messages in a Transaction (in JMS)

2015-11-25 Thread prajath
Hi , I tried to use BatchMessageListenerContainer with camel still it is picking up single message from queue per transaction, could you please let me know what I am doing wrong here. Here is my code snippet Look like BatchMessageListenerContainer not deployed in Maven central. I have copie