hornetq
Are multiple client consumers possible in hornetq?
In my client application, I create several consumers, but they can\'t concurrently process the queue. Always, only a single consumer processes the queue messages. I don\'t know why.[详细]
2023-03-12 11:40 分类:问答Is there a requirement that jms messages are sent at the end of a commit?
I have the strange phenomenon that jms messages seem to be sent before the database commit actually happened.[详细]
2023-03-12 04:37 分类:问答Using Filters to control message delivery in a HornetQ cluster?
Due to business requirements, I\'m working with a JMS messaging setup in which: Queues must be defined by the application container.[详细]
2023-03-12 00:24 分类:问答How to get details of MessageReceivers of JMS Queue(HornetQ deployed in JBoss AS6)?
I need to get details of Message Receivers which are connected to 开发者_如何学编程JMS Queue,[详细]
2023-03-11 20:29 分类:问答How do you process messages in parallel while ensuring FIFO per entity?
Let\'s say you have an entity, say, \"Person\" in your system and you want to process events that modify various Person entities.It is important that:[详细]
2023-02-26 03:28 分类:问答HornetQ and ActiveMQ CMS don't work together!
I\'m trying to implement a solution using HornetQ. Since I need to access it through a C++ application, that raises me a problem. I\'m compiling the activemq-cpp builtin example, and changing it to wo[详细]
2023-01-25 08:23 分类:问答force order of messages with HornetQ
I\'ve setup a jms server with HornetQ as a JMS provider (Queue). I have an application which acts as a producer and another one (different computer) as a consumer.[详细]
2023-01-23 10:58 分类:问答InstantiationError on HornetQDestination with JBOSS/HornetQ
When trying to connect to a remote JBOSS+HornetQ, we are getting the error in the subject.We can connect开发者_如何转开发 to a remote HornetQ on a different machine with no trouble.[详细]
2023-01-10 15:12 分类:问答What is JVM Bind?
I tried to run example from HornetQ and I got this error: [java] HornetQServer_0 out:Deployment \"JNDIServer\" is in error due to: java.rmi.server.ExportException: Port already in use: 1098[详细]
2023-01-08 11:49 分类:问答Java JMS = HornetQ = javax.jms.JMSSecurityException: Unable to validate user: null?
I am trying for several ho开发者_如何学JAVAurs to get the HornetQ Examples running in Eclipse. Using the Standalone Examples everything works fine, but when I run the examples in Eclipse I get the fol[详细]
2022-12-28 20:45 分类:问答