Hi,
Problem:
We have two different queues(same queue name) in two different
environments(DEV & INT).
When my route is configured to send traffic to these two different queues ,
only one environment (DEV) is getting traffic with duplicate messages.
The uri is configured as follows.
outputLoc
Hi,
I am trying to do the message grouping based on some string.
In camel, I am setting JMSXGroupID in the message headers after that sending
to a queue.
Am logging JMSXGroupID before sending to a queue and it was present in the
message headers list.
Once i push the message to the queue, JMSXGr