I am trying to understand how to work with JBoss JNDI and Active MQ.
My activemq-ds.xml file contains a defition of a queue:
...
springQueue
jboss.jca:service=RARDeployment,name='activemq-ra.rar'
javax.jms.Queue
PhysicalName=queue.org.apache.activemq.spring.queue
Can someone help me please! When using JCA adaptor from on the Client side,
the ConnectionFactory and ResourceAdaptor propeties include user id and
password. How is the user id and password used on the server side? I
expected to see user id and password be used in openning connection request,
a
I found the solution. It seems there
was something odd about my maven repository (.m2/repository). I'm not certain
what but I simply depleted it, cleaned the source directory and performed
a build. Surprisingly everything worked this time.
Chris Mathrusse
[EMAIL PROTECTED]
Sybase, Inc
One Sybase
This error seems to be associated to
the activemq-tooling project. By removing this project from the
pom.xml residing in the parent directory I was able to successfully get
the project to compile. I did need to modify the MAVEN_OPTS beyond what
was specified on the build page to the following:
MA
Hi,
I am having trouble getting a clean shutdown. I am using tomcat, with
Spring, activeMQ, and Jencks
I am using the Spring's DefaultMessageListenerContainer. I have included
the exception below. It's spurious, and sometimes the threads just seem to
hang (also included a hung thread sta
Hi,
We are transmitting passwords over a SSL encrypted ActiveMQ connection.
We would like to make sure that password are erased from memory as soon
as possible. Doing this in our own code is easy, just using char-arrays
and erasing them in finally blocks, but is there a way to ensure that
Ac