You will need to implement your clients (i.e., publisher and subscriber). Via
its XML configuration file, you can have the message broker create the
clients' corresponding topic(s) when it starts up. Or you can have the
clients create the topics on the fly.  

http://activemq.apache.org/how-do-i-create-new-destinations.html

ActiveMQ has a neat feature called, "Virtual Topics". You might want to
check that out. 

http://activemq.apache.org/virtual-destinations.html

Hope this helps,

Joe
Get a free ActiveMQ user guide at www.ttmsolutions.com 




henry human wrote:
> 
> Hello,
> 
> Please help to understand what is needed for the
> implementation of the the publish / subscriber:
> Is there a configuration file on ActiveMq where I can
> put entries such as the name of the queues where the
> message should be published or the URLs of some
> services which acts as subscribed clients/receivers
> and should get the message from publisher??
> Or I am wrong, I should write a publisher myself which
> is listening on a specific topic?  
> 
> Thanks
> 
> 
>       __________________________________________________________
> Gesendet von Yahoo! Mail.
> Dem pfiffigeren Posteingang.
> http://de.overview.mail.yahoo.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/implement-publish-subscriber-with-activemq-tp17544582s2354p17545065.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to