James Strachan wrote:
I'm not aware of any issues; I wonder if you could wrap up what you're
doing in a little JUnit test case we could tinker with?
will do James
Am wondering if its one of the JMS gotchas that we all fall for now
and again, like not starting the connection, or sending from a
I'm not aware of any issues; I wonder if you could wrap up what you're
doing in a little JUnit test case we could tinker with?
Am wondering if its one of the JMS gotchas that we all fall for now
and again, like not starting the connection, or sending from a
transacted session and forgetting to co
I am experiencing some problems with message selectors and was wondering
whether there is known issue in activemq and queue message selectors.
Prior to publishing a message on a queue i set the propA property
message.setIntProperty("propA ", zone.getZoneNumber());
On the consumer side i do