Hi All, I have created my own CompositeQueue and CompositeDestinationFilter. I know you can create these using the following configuration. Is there a way to dynamically add the virtual destination to the broker?
Thanks, Ali <destinationInterceptors> <virtualDestinationInterceptor> <virtualDestinations> <bean xmlns="http://www.springframework.org/schema/beans" id="myCompositeQueue" class=".MyCompositeQueue"> <property name="name" value="${operational.queue.prefix}"/> <property name="numberEppu" value="${number.eppu}"/> <property name="numberThreadsPerPu" value="${number.threads.per.pu}"/> <property name="queuePrefix" value="${operational.queue.prefix}"/> </bean> </virtualDestinations> </virtualDestinationInterceptor> </destinationInterceptors> -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-create-dynamically-virtualDestinations-tp4675539.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.