Finally, I understood that composite destination, is not the good answer.

When a producer uses composite destinations, it produces several messages,
one for each destination.

What I wanted, is that the producer decides to produce for A.MyQueue (only
one "site A" MyQueue consumer will be able to consume the message), or
B.MyQueue (only one "site B" MyQueue consumer will be able to consume the
message), or for *.MyQueue (only one MyQueue consumer, on site A or site B,
will be able to consume the message).


The other question is : Is it possible to use wildcards at the beginning of
the destination name, or is it always at the end ?

Eric-AWL

-- 
View this message in context: 
http://www.nabble.com/2-small-questions-on-wildcards-usage.-tp24752155p24752803.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to