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
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.
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.
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.
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
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
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++)
\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++) {
}
--
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