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:
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
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)
I have a simple definition of a JMS-Queue in the file my-hornetq-jms.xml: <configuration xmlns=\"urn:hornetq\"
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
I want to change the default port in my embedded HornetQ. This works when done in the hornetq-configuration.xml file:
I want that all logging from HornetQ, which runs embedded in my application, is delegated to slf4j. Unfortunately any attempt failed. I allready tried
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
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:
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