Re: 2 small questions on wildcards usage (MORE)

2009-07-31 Thread Rob Davies
On 31 Jul 2009, at 09:22, Eric-AWL wrote: 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

Re: 2 small questions on wildcards usage.

2009-07-31 Thread Eric-AWL
Thank you for your very quick answer ! Eric-AWL rajdavies wrote: > > > On 31 Jul 2009, at 08:14, Eric-AWL wrote: > >> >> Hi >> >> Are wildcards limited to a consumer usage, or can they be used by >> producers >> ? >> >> I explain >> >> Site A : queue.A >> Site B : queue.B >> >> Is it possi

Re: 2 small questions on wildcards usage.

2009-07-31 Thread Rob Davies
On 31 Jul 2009, at 08:14, Eric-AWL wrote: Hi Are wildcards limited to a consumer usage, or can they be used by producers ? I explain Site A : queue.A Site B : queue.B Is it possible to create producers for queue.A (only on site A), queue.B (only on site B) and queue.* (the 2 sites) ?