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.

outputLocations = new StringBuilder("activemq:queue:");
outputLocations.append("queue.altea.to.ib.hub");
endpoint = (JmsEndpoint)
getContext().getEndpoint(outputLocations.toString());

Here first endpoint URI is replacing with another URI and i want to
distinguish uri with host address as well. 

Please help me to use different endpoint URI where i have to use same queue
name for different queues deployed in different environments.

Thanks,
Siva





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/EndPoint-URI-issue-tp4675895.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to