Most voted "jms" questions
Java Message Service, or JMS, is a Java language API for message-oriented middleware. Through the JMS API two or more applications can communicate by messages. If the question is not about "jms", do not use this tag, even if you are using "jms" in your project.
Learn more…5 questions
Sort by count of
-
3
votes1
answer597
viewsHow to consume a message from a remote MQ queue using MDB on Jboss servers
I have an EJB class that writes a message in a JMS queue and would like to consume this message from a Messagedrivenbean (MDB) installed on another server. My class successfully writes in the JMS…
-
2
votes1
answer588
viewsWildfly - "Netty connector not found in main configuration file"
I added a connection factory to the file standalone-full of Wildfly.: <jms-connection-factories> <connection-factory name="K19Factory"> <connectors> <connector-ref…
-
1
votes0
answers46
viewsError when connecting to Java JMS message with activemq
I’m creating a rudimentary chat for a university job, using JMS and Activemq You’re giving me this mistake that until then I couldn’t understand which mistake is this and why javax.jms.JMSException:…
-
0
votes1
answer215
viewsActivemq in Wildfly 12
I am migrating an application to Wildfly 12 and I am not able to connect in my queue using Activemq. Log: 20:27:21,862 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full…
-
-3
votes1
answer67
viewsjavax.naming.Noinitialcontextexception:
I am trying to do a university job with messageria, but my chat is not starting and presenting the following problem: javax.naming.NoInitialContextException: Cannot instantiate class:…