Thanks Gary, you always give us very nice answer.
After test, for producers, it does not work and create a queue named store.> on 
the broker.


At 2011-09-15 00:40:38,"Gary Tully" <gary.tu...@gmail.com> wrote:
>for consumers sure, not sure about producers, think they just work
>with composite destinations, but you got to ask the computer
>
>2011/9/14 SuoNayi <suonayi2...@163.com>:
>> Hi all,it's said that we can send a message to multiple destinations using 
>> composite destinations as following,
>>
>> Queue queue = session.createQueue("store.orders, store.products");
>>
>> this will send a message to queues store.orders and store.products.
>>
>> Could I send the message to multiple queues as following,
>>
>> Queue queue = session.createQueue("store.>");//wildcards
>>
>> Does this work ?
>
>
>
>-- 
>http://fusesource.com
>http://blog.garytully.com

Reply via email to