You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by crisen <cr...@yahoo.com> on 2006/10/24 16:16:43 UTC

finding the consumers of a topic

First of all: i'm really new to JMS so please don't blame me if this one is a
stupid question.
Is there any way to get a list with all consumers of a topic?
Many many thanks.
-- 
View this message in context: http://www.nabble.com/finding-the-consumers-of-a-topic-tf2501605.html#a6973674
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: finding the consumers of a topic

Posted by crisen <cr...@yahoo.com>.
Hi James.
Thank you for the reply!
I decided (this night) to use advisories to get the infos.
Best Regards,
Cristi.


James.Strachan wrote:
> 
> Try using JMX...
> http://incubator.apache.org/activemq/jmx.html
> 
> On 10/24/06, crisen <cr...@yahoo.com> wrote:
>>
>> First of all: i'm really new to JMS so please don't blame me if this one
>> is a
>> stupid question.
>> Is there any way to get a list with all consumers of a topic?
>> Many many thanks.
>> --
>> View this message in context:
>> http://www.nabble.com/finding-the-consumers-of-a-topic-tf2501605.html#a6973674
>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> 
> James
> -------
> http://radio.weblogs.com/0112098/
> 
> 

-- 
View this message in context: http://www.nabble.com/finding-the-consumers-of-a-topic-tf2501605.html#a6986450
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: finding the consumers of a topic

Posted by James Strachan <ja...@gmail.com>.
Try using JMX...
http://incubator.apache.org/activemq/jmx.html

On 10/24/06, crisen <cr...@yahoo.com> wrote:
>
> First of all: i'm really new to JMS so please don't blame me if this one is a
> stupid question.
> Is there any way to get a list with all consumers of a topic?
> Many many thanks.
> --
> View this message in context: http://www.nabble.com/finding-the-consumers-of-a-topic-tf2501605.html#a6973674
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>


-- 

James
-------
http://radio.weblogs.com/0112098/

ActiveMQ and a network of broker

Posted by Bernhard Wellhöfer <Be...@gaia-group.com>.
Hello,

I am trying to solve this scenario with ActiveMQ:

I have one central machine where a central ActiveMQ broker is running. On the same machine a server process exists which consumes messages from a queue A and as response sends some messages into a queue B.

Some client machines come and go (employee desktop machines). On each client machine an own broker is running. Now on the client machine a client sends a message to the central server via queue A and consumes the message send by the central server via queue B.

I failed to write the right ActiveMQ configuration file for the central broker and for the client broker (see attached). When my client directly connects to the central broker everything works fine. As soon as the client connect to the client broker messages via queue A arrive at the server, but no messages via queue B are delivered to the client. 

Who can help me here?

Thx,

Bernhard