hornetq « JBoss « Java Enterprise Q&A





1. Optimizing JBoss 5.1 with Hornetq    stackoverflow.com

I am trying to improve the current performance of a JBoss 5.1 and HornetQ installation. HornetQ is embedded in JBoss. I am using a simple MDB implementation to test the effects of ...

2. HornetQ RA has it been discontinuted in the latest    stackoverflow.com

Hi i was going through the api's from jboss for hornetq http://docs.jboss.org/hornetq/2.2.5.Final/api/index.html What has happened to the Class HornetQRASessionFactoryImpl and all other classes in the org.hornetq.ra package ?

3. Implementing Hornetq    stackoverflow.com

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 ...

4. Slow HornetQ Producer when Queue is persistant    stackoverflow.com

I have tried with Persistant Queue in horntQ. I have made two seperate examples 1)Producer 2)Consumer. My consumer is working well but the Producer is taking too much time to finish ...

5. Messages not auto-acknowleging in JBoss 6.1    stackoverflow.com

We recently upgraded from JBoss 4.2 to JBoss 6.1. The new JMS messaging (now using HornetQ) gets stuck, where there are 15 consumers, but no more than 15 messages are ...

6. HornetQ java getMessagesAsJSON feature    stackoverflow.com

I would like to have in Java the same facility that listMessagesAsJSON in the jmx-console provides. How could I do that ? Thank you.