On 8/27/07, Gokulal <[EMAIL PROTECTED]> wrote: > > Hi All, > > The details of my developing environment is : > > ActiveMQ 4.1.1 > Using queues and topics > Using persistent messaging > operating system : WindowsXP with SP 2 > JVM version (1.5) > With Eclipse > > The Issue is : > > How can I register JMS Clients,with ActiveMQ,inorder to get the incoming > messages.
Use the JMS client. See... http://activemq.apache.org/how-do-i-get-started-with-jms.html > And can I distribute the incoming messages in a special way like round robin > to the registered clients? Messages will be load balanced across the available queue consumers http://activemq.apache.org/what-is-the-prefetch-limit-for.html Its well worth surfing the FAQ... http://activemq.apache.org/faq.html -- James ------- http://macstrac.blogspot.com/
