Upstream throttling and backlog

2011-04-15 Thread dcheckoway
I'm looking for help decoupling producers from consumers. In a nutshell, this is my setup: producer -- embedded broker embedded broker -- (camel route) -- external broker external broker -- consumer As of right now, if I shut down the consumer, the queue in the external broker grows -- that's

UDP Communication

2011-04-15 Thread lernen.2007
I want to create communication over udp: factory = new ActiveMQConnectionFactory(udp://localhost:61618); connection = factory.createConnection(); connection.start(); but I get always the following exception: javax.jms.JMSException: org.apache.activemq.transport.RequestTimedOutIOException

Problems in a jdb master/slave environment - not working as expected

2011-04-15 Thread micha
Hi all Currently we are migrating one of our web applications from a self-made-db-based-queueing to ActiveMQ (5.5). After several days I could not achieve a real reliable working system and I need some help. The system is made out of several instances of one web application sharing one

Re: Reduce Overhead

2011-04-15 Thread mickhayes
Hi, I'm looking at: http://activemq.apache.org/connection-configuration-uri.html Check out this line: useCompression false Enables the use of compression of the message bodies Presuming air-bandwidth cost is more important to you than the inflate/deflate CPU cost at either end, you would

How to get notified on expired messages?

2011-04-15 Thread Blue Diamond
Hi all, Is it possible with activemq, if I want to get notified about expired messages in my queue or topic? Does it also support batch mails - mail out for every say 100 expired messages? What level of support is present in activemq in dealing with expired messages? Are there alternative ways of