Stand alone client without XA transaction

2010-01-05 Thread psecheresse
Hi, I have installed ActiveMQ with GlassFish V2 and created all the configuration following http://www.packtpub.com/article/configuring-jms-resources-in-glassfish-2 this article from packtpub Everything is fine except my client that now sends this exception: javax.jms.JMSException: Session's XAR

javax.naming.NameNotFoundException

2010-01-05 Thread ssharma6
JMS ADAPTER ERROR : ERROR IN GETTING THE QUEUE.: javax.naming.NameNotFoundException: activemq/queue/example.A -- View this message in context: http://old.nabble.com/javax.naming.NameNotFoundException-tp27026787p27026787.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

javax.naming.NameNotFoundException

2010-01-05 Thread ssharma6
JMS ADAPTER ERROR : ERROR IN GETTING THE QUEUE.: javax.naming.NameNotFoundException: activemq/queue/example.A -- View this message in context: http://old.nabble.com/javax.naming.NameNotFoundException-tp27026786p27026786.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Can ActiveMQ 5.2 be used as JMS provider for BO dataservices JMS adapter?

2010-01-05 Thread ssharma6
We are trying setup a JMS Adapter in BO Data Services 12.1 that would connect to a Apache ActiveMQ via Put Operation. The details of the products and settings/configurations are given below: Product: Business Objects Data Services 12.1 JMS Provider: Apache ActiveMQ 5.2(pre requisites: JDK 1.4.

Re: ExceptionListener behavior in Connection class and NMS 1.2.0

2010-01-05 Thread Timothy Bish
On Tue, 2010-01-05 at 14:23 -0800, zdvickery wrote: > I am currently performing some asychronous messaging functionality using > ActiveMQ/NMS. For various reasons, my process is connected to an ActiveMQ > server which restarts periodically. I have observed the following behaviors > with different

ExceptionListener behavior in Connection class and NMS 1.2.0

2010-01-05 Thread zdvickery
I am currently performing some asychronous messaging functionality using ActiveMQ/NMS. For various reasons, my process is connected to an ActiveMQ server which restarts periodically. I have observed the following behaviors with different versions of NMS: 1.0: The listener would fire most of the

Re: there is a redundant phrase in ProducerTool.java ^.^

2010-01-05 Thread Rob Davies
Yikes! - thanks for pointing that out On 5 Jan 2010, at 09:20, Clotho wrote: \apache-activemq-5.3.0\example\src\ProducerTool.java protected void sendLoop(Session session, MessageProducer producer) throws Exception { for (int i = 0; i < messageCount || messageCount == 0; i++)

there is a redundant phrase in ProducerTool.java ^.^

2010-01-05 Thread Clotho
\apache-activemq-5.3.0\example\src\ProducerTool.java protected void sendLoop(Session session, MessageProducer producer) throws Exception { for (int i = 0; i < messageCount || messageCount == 0; i++) { } } -> for (int i = 0; i < messageCount; i++) { } --

consumer not consuming messages

2010-01-05 Thread harrygoo
hi, I am using activemq-4.0, sometimes my consumer cant receive any message from the producer. In the JConsole, I can see the connection is connected, the QueueSize is bigger than 0, and DequeueCount is bigger than EnqueueCount (this make me feel confused) . Then I close the connection of the cons