Re: does activemq support TopicBrowser?

2010-05-23 Thread Bruce Snyder
On Sun, May 23, 2010 at 8:24 PM, jolly.Wang wrote: > > After googling, I found that some MQ (eg. Oracle MQ) support the > TopicBrowser.  Does ActiveMQ have this function? or there is no need to > implement it? The short answer is no. Here is an explanation of why: http://activemq.apache.org/can-

does activemq support TopicBrowser?

2010-05-23 Thread jolly.Wang
After googling, I found that some MQ (eg. Oracle MQ) support the TopicBrowser. Does ActiveMQ have this function? or there is no need to implement it? -- View this message in context: http://old.nabble.com/does-activemq-support-TopicBrowser--tp28653247p28653247.html Sent from the ActiveMQ - Use

Re: graceful ActiveMQ shutdown

2010-05-23 Thread Alex Harvey
On 24 May 2010 01:31, Bruce Snyder wrote: > Based on the iptables rules above, it looks like the second rule > overrides the first rule, correct? I think the second rule accepts > request on the port only from local clients. If this is correct, I see > nothing wrong with it. And the call to activ

Re: graceful ActiveMQ shutdown

2010-05-23 Thread Bruce Snyder
On Sat, May 22, 2010 at 11:14 PM, Alex Harvey wrote: > Hi all, > > I am new to ActiveMQ and afraid I'm a mere sysadmin without any knowledge of > Java, beans, XML etc! > > I am using ActiveMQ 5.3.0. > > ARCHITECTURE: Two node network of brokers using multicast discovery: > > I created the network

Re: Java Application with multiple publisher/subscriber

2010-05-23 Thread Bruce Snyder
On Sun, May 23, 2010 at 4:48 AM, CommendAA wrote: > > Hi, > I'm writing a Java application that implements an ads system, with multiple > subscriber and multiple subscriber each associated with one topic (argument > ad). Each publisher/subscriber have to share the same connection or i should > hav

Java Application with multiple publisher/subscriber

2010-05-23 Thread CommendAA
Hi, I'm writing a Java application that implements an ads system, with multiple subscriber and multiple subscriber each associated with one topic (argument ad). Each publisher/subscriber have to share the same connection or i should have to use different connections? Thanks Fabio -- View this mes