posted 11 years ago
Hello,
I have this problem too, and I am trying to configure WAS 6 and 7 to use Apache ActiveMQ to create and use a Queue.
The code I am using is pretty similar to the one posted here in the first post, and I get an error when the code reaches this line:
This is the error:
The code above runs on Websphere where I have defined a QueueConnectionFactory and a Queue named "jms/systemMessageQueue" which exists on ActiveMQ (up and running).
I really don't understand why this happens, even if I tried to add the jar file to the classpath as suggested.
Can somebody help me please?