Hi All, Starting to think about activemq and camel in a test situation, an instant messaging server.
ActiveMQ is the bus and camel handles the routing of the messages, let's say the messages are xml with a header which contains, among other things, a to attribute. Design: * One queue which all clients connect for sending * Queue per client for client receiving * Camel receives messages on the sending queue and routes them to the appropriate receiving queue Does this design make sense and do you think it is scalable to 10's or 100's of thousands of concurrent clients? Thanks Glenn