Hi I have a server program and several client programs These programs run concurrently
I wish to use ActiveMQ to send simple messages back and forth as follows:- 1) at a certain point each client sends new data to the server 2) once the server has received new data from each and every client, it processes the new data 3) once the processing is finished, it sends amended new data back to each and every client Can the activeMQ send/receive code 'pause' the server until it receives all incoming messages from the clients ? Can the activeMQ send/receive code 'pause' the clients until they receive the amended new data fromthe server ? -- View this message in context: http://activemq.2283324.n4.nabble.com/simple-xml-message-broker-tp4703319.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.