temp destinations in network of brokers

2011-11-11 Thread R.I.Pienaar
hello I wish to use temp topics (or queues) in a network of brokers At the most basic level this works fine: I subscribe to /temp-topic/foo in my stomp client. I send a message with that in the reply-to header On the remote I see reply to translated into /remote-temp-queue/ID:monitor2.xx.net-5

Re: Confused by ActiveMQ 'Discarding message' on Topics

2011-11-11 Thread Pete Redhead
Hi Dejan, Thanks for your reply. I made the change you suggested, however after 36 hours the server stopped routing messages again. This time the log contained many messages relating to increasing memory usage with 2011-11-10 20:01:51,134 | DEBUG | Main:memory: usage change from: 99% of available

Re: Configuring Network of Brokers

2011-11-11 Thread Torsten Mielke
Hello, From what I know the information about a durable consumer is broadcasted along the network. So broker A will know there is a durable consumer on Broker B. Regarding slow consumers: Broker A will happily forward all msgs to Broker B as long as Broker B does not complain. With a slow co