are you using two separate connection factories? On Mon, Dec 30, 2013 at 1:41 AM, dss <[email protected]> wrote: > 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.
-- Christian Posta http://www.christianposta.com/blog twitter: @christianposta
