ActiveMQ and JBoss

2011-05-10 Thread Alec Bickerton
In my workplace we've been using activemq (5.4.2 - 5.5.0 ) with Tomcat successfully for the past 12 months. So far so good. We have the following setup. topic-dev topic-test topic-production Each component creates a non-durable subscriber to the topic that fits its deployment stage. (dev/test/

Declaring a selector via JNDI?

2010-09-13 Thread Alec Bickerton
Hi, I'm looking for a way to configure a selector using JNDI. Is it possible? Here's my definitions inside the context.xml Dev platform Production unfortunately this doesn't appear to work with the code connection = connFactory.createConnection(); Session session = c