hornetq
Starting HornetQ in tomcat
I am trying to start hornetQ 2.0.0.GA in Tomcat. My application, when initializing, will try to start hornetq server in this way:[详细]
2023-03-27 12:49 分类:问答Implementing Hornetq
I need some clarity on the right approach of implementing JMS in our system. Currently we have two JBoss servers in load-balanced for end user transaction purpose, we are extending the notification f[详细]
2023-03-26 02:35 分类:问答JNDI look up failed with Dynamically created Queue using JMX calls
I am using JBoss AS 6 with HornetQ 2.2.5 as JMS server and Integrated JMS & JMX with Spring. I can create new Queue dynamically by using JMX calls from Spring (eg. createQueue(queuename, jndiName)[详细]
2023-03-25 14:25 分类:问答Annotate StatelessBean with @Depends to HornetQ-JMS Queue
I have a simple definition of a JMS-Queue in the file my-hornetq-jms.xml: <configuration xmlns=\"urn:hornetq\"[详细]
2023-03-22 02:47 分类:问答How to upgrade HornetQ version in JBoss 6?
I am using JBoss-6.0.0 AS which by default comes with HornetQ-2.1.2 version but this version of HornetQ has many Iteration related bugs which are now resolved in HornetQ-2.2.5 version which by default[详细]
2023-03-21 16:59 分类:问答How to change the port in an embedded HornetQ programmatically
I want to change the default port in my embedded HornetQ. This works when done in the hornetq-configuration.xml file:[详细]
2023-03-20 18:00 分类:问答How to delegate HornetQ logging to Slf4j
I want that all logging from HornetQ, which runs embedded in my application, is delegated to slf4j. Unfortunately any attempt failed. I allready tried[详细]
2023-03-19 21:03 分类:问答Advantages of HornetQ vs ActiveMQ vs Qpid
I was browsing for an open source messaging software and after some good bit of research I came across these three products. I\'ve taken these out for a preliminary test drive, having had them handle[详细]
2023-03-19 11:26 分类:问答HornetQ Integrate with Glassfish Using JCA
how to integrate the hornetq 开发者_JAVA百科with glassfish using JCA ? Thanks. I believe there\'s some work to be done in order to integrate HornetQ on glassfish:[详细]
2023-03-18 18:03 分类:问答How do you disable HornetQ in jboss6
09:13:41,660 INFO[HornetQServerImpl] HornetQ Server version 2.1.2.Final ( Colmeia, 120) stopped Would like to understand how to disable HornetQ componen开发者_如何学编程t while launching JBoss6. We[详细]
2023-03-17 02:07 分类:问答