hey everyone, i'm just starting to get into JMS with activemq and i have a few questions, there are some concepts that i don't understand.
first of all, i want to understand what is the Broker, i know i have to have it in order to send and receive messages but a more thorough explanation would be great, like how my producer/receiver knows how to connect to a broker, how many brokers should i have? each client should have a broker? or should i use just one? currently i'm build a web app on an apache server using WAR files, i managed to setup JMS so that the different WAR files can communicate with each other instead of using servlets and http requests, they are all running on the same machine in the same JVM, in this setup i have just one broker. my next step in the development is to deploy a WAR file to another machine and have the two machines communicate, send and receive messages, so my question is; what my topology should look like? like where do i setup the brokers? how should i config them and such, and what ever else i need to know/pay attention to? Thanks in advance!! -- View this message in context: http://activemq.2283324.n4.nabble.com/some-question-from-a-bignner-tp4692253.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.