So far I have seen non-Java client support only for open source message brokers like Apache ActiveMQ, JBoss HornetQ and Open Message Queue (OpenMQ).
Our code runs in weblogic and we MQ 6.0. No matter if I use the default createQueueConnection() or createQueueConnection(\"myuserid\",\"mypassword\") it always seems to use userid mqm. See code below.
We have a WMQ - WAS/JMS client setup through server connection channels where we are trying to put in security through user Ids.
Right now I\'m getting this exception from a simple JMS client I wrote to just test to see if I can connect to the JBoss JMS. Here is the snippet of my code below:
I have generic question on using JMS provided by JBoss 5.1. I deploy my Java EE application (implemeneted using Spring Framework) on JBoss 5.1. The application is using Spring to consume messages fro
Is there a way to run a loopback JMS adapter that will only be detected l开发者_JS百科ocally? I\'m not sure if my terminology is correct, but I want the ActiveMQ broker to only be connectible from th
I am using the com.sun.jndi.fscontext.RefFSContextFactory file based JNDI context factory. It seems to take the drive of the where the java application is started in.
i am using MQ7 and trying to access a queue with JMS api\'s. Getting this error. Has anyone seen it before? How do i resolve this? TIA
This question already has answers here: JMS vs Webservices 开发者_开发技巧 (9 answers) Closed 7 years ago.
I\'m having trouble getting an example running using the REST API with ActiveMQ 5.4.0. I\'ve seen several different GET URIs.