You should be using topics insted of queues Cheers
-- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net Ravibala wrote: > Hi, > > I have created two console applications in .net. One for listening to the > queue and another one is sending the message to the queue. if multiple > instances of this listener application is running, if a message is sent from > sender console, the message is not displayed in all the instances of > listener console. instead the first message was shown in active listener > console and second message was shown in the next listener console. > Would like to know what to do if the message sent to be shown in all the > instances of listener consoles. Do you have any samples for that in c# >
