I am exploring the possibility to replace one of our Web Services implementation with message queues. Conceptually clients will be connected to the server with “Network of Brokers” as follow: Many Clients (broker) <--> (broker) Server with duplex = 'true'. The clients will put messages to a queue consumed by the server. Is this a viable solution and what is a workable way to pass the messages from the server back to the appropriate client?
-- View this message in context: http://activemq.2283324.n4.nabble.com/Replace-Web-Services-with-Message-tp3340103p3340103.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.