Re: Reply message not forwarded across temporary bridged destination

2015-08-13 Thread Gregg Saffell
Never mind my most recent questions. I found a post where Gary Tully said that advisory messages should be turned off when the number of brokers gets into the double digits. We are approaching triple digits so we've decided to just remove the use of temp queues with request/reply messages and turn

Re: Reply message not forwarded across temporary bridged destination

2015-08-03 Thread Gregg Saffell
Thanks for the reply but I still not clear on what I will put in my activemq.xml file for the physicalName attribute of the tempQueue element. What is in the string that replyQWildcard.getPhysicalName() returns? I'm not sure why you think I would need two non-duplex networkConnectors but I have a

Re: Reply message not forwarded across temporary bridged destination

2015-07-30 Thread Gregg Saffell
Yes, I want to use statically defined queues exclusively. The hub is in NY and the spokes are all around the world, network outages are not rare and one of our uses for AMQ is propagating usage data to a central location. As a result, we have a long expiration on the messages (2 weeks) and want th

Re: Reply message not forwarded across temporary bridged destination

2015-07-27 Thread Gregg Saffell
I just upgraded from 5.5 to 5.10 and got bit by this one too. What a pain. I am glad to see it is still possible to both restrict dynamically included destinations and still use temp queues however, I do not understand the unit test that has been presented as an example of how to do that. My ques