ConsumerEventSource and wildcards. Different behaviours between Topics and Queues

2009-08-14 Thread Eric-AWL
Hi ! My producers produces messages on "dynamicQueues/Q.X" queues or "dynamicTopics/T.X" topics. My Consumers listen to messages on "dynamicQueues/Q.>" and "dynamicTopics/T.>" I only tested with one only "X" value simultaneously. I have different "Q" and different "T". I put a ConsumerEventSour

Where can I find wildcards usage examples ?

2009-08-14 Thread Eric-AWL
Hi I want to use and test wildcards. I come from a JAVA/JMS native usage, and would like to change the lowest number of things in my programs. Does someone know where I can find some JAVA examples which show how to use wildcards ? Thank you Eric-AWL -- View this message in context: http://ww

Default the ServerUrl in activemq-ra.rar to the embedded broker name

2009-08-14 Thread Michael McKibben
I came across a need to change the embedded broker name created by the resource adapter using spring property substitution in the xbean configuration file. The problem with changing the embedded broker name to something configurable via property substitution is that the ServerUrl must also change

Re: conduit subscriptions

2009-08-14 Thread Gary Tully
along with virtual topics, consider adding two network connectors, one that matches topics, the other that matches queues. In this way you can have your required configuration for the conduit variable Also, consider a move to a 5.3-SNAPSHOT, where selectors are propagated (with conduit subs off) h