Re: Same messages to new queue with new destination

2017-04-18 Thread Optimus
To get expected result, I followed below two steps :- 1. I observed log files that shows which hint towards some corrupt or partial deployed ActiveMQ. SO, I took back up and reinstall the ActiveMQ 2. Below are my final changes in activemq.xml

Re: Same messages to new queue with new destination

2017-04-13 Thread Optimus
Hi Tim, I have verified that we have connected and working consumer for both queues. But still messages were not processed. ActiveMq.log file is not point towards any warning or error during this transaction. -- View this message in context: http://activemq.2283324.n4.nabble.com/Same-messa

Re: Same messages to new queue with new destination

2017-04-07 Thread Optimus
After doing these changes, I am able to send new messages form ActiveMQ console. But my original task involve sending messages through code not through console. With this configuration messages are stored in new queue and stuck at "Messages Enqueued". Any one have solution for this. -- View th

Re: Same messages to new queue with new destination

2017-04-06 Thread Optimus
@Tim Thanks for sugegstions The way I have achieved this is Step 1:- Making a new queue which take data of existing queue Step 2 :- Adding consumer for newly created queue -- View this message in context: http://activemq.2283324.n4.nabble.com/Same-messages-to-new-queue-with-

Same messages to new queue with new destination

2017-04-06 Thread Optimus
I am currently working on a task which involve functionality of sending duplicate messages to new queue which is directing to fresh location. The scenario is like this I have a queue name 'A' where I am receiving messages from long time. Now I need to create a new queue with name 'B' and its dest