jms static broker setup with iptables

2012-08-16 Thread Sean K
I have two centos machines up and running. When I disable or turn off iptables, the one broker can establish a transport bridge with the other broker on the other centos machine. I noticed that the port number being used changes -- 53033, 53067, etc.. How can I configure each broker in the stat

Testing harness to verify Message Order Preservation

2012-08-15 Thread Sean K
Hi, I am looking into how to build a configuration and verify a test that preserves JMS message order, as describe in the camel features below: http://activemq.apache.org/exclusive-consumer.html http://activemq.apache.org/message-groups.html The basic requirements for message order preservation

pollInterval for custom Component

2012-08-08 Thread Sean K
I am new to Apache Camel. So please excuse the novice question. I am building a testing framework to see how much a single router can put message into the queue. I have a basic camel-context.xml where the router is injected. http://camel.apache.org/schema/spring";>