> Actually, using composite queues
> (http://activemq.apache.org/composite-destinations.html) you can send one
> message and have it automatically forwarded to all 500 destinations.
That wasn't the link I intended to send, refer to this one:
http://activemq.apache.org/virtual-destinations.ht
> thanks for your reply,the message that i want to send to clients is
> different,that is to say
> i want to tell one client a message.if i have only one topic ,every
> client must jude the message weather is sent to himself. do you have
> good idea?
If each client is getting it's own messages
thanks for your reply,the message that i want to send to clients is
different,that is to say
i want to tell one client a message.if i have only one topic ,every
client must jude the message weather is sent to himself. do you have
good idea?
On Fri, Jul 24, 2009 at 10:59 AM, gui pei wrote:
> I th
I think you should use one topic, otherwise, your procedure have to send one
message for 500 times to each topic.
On Thu, Jul 23, 2009 at 6:07 PM, 田忠磊 wrote:
> hi,
> i am desgining a system base active mq 5.0.now i am puzzled,i have
> more 500 clients to connect to active mq.
> and i will sen
hi,
i am desgining a system base active mq 5.0.now i am puzzled,i have
more 500 clients to connect to active mq.
and i will send message to clients activemq . now i want to know, i
should create 500 topics , or i create one topic and make 500 clients
to subscribe the topic ,when Producer send a