I\'m trying to write a build for my project where I\'m trying to replace autobuild, and I need to proper开发者_开发百科 use FIND_JNI.
I have a basic doubt regarding Transactions and the HornetQ native API. If my application is Spring-based, with Spring managed transactions, how should I configure HornetQ to participate in the same
I am trying to figure out how to do syncronous messaging using stomp with hornetq, or if its even possible.I have an async stomp client working, but I can\'t see how I would implement a sync version.
We are using HornetQ as JMS provider in JBoss 5.1 EAP and in general we are quite satisfied with HornetQs performance.
We have limited the number of maxSession to 5 @ActivationConfigProperty(propertyName = \"maxSession\", propertyValue = \"5\")
Since HornetQ has the concept of InVM Acceptors and Connectors, is it possible to configure HornetQ Embedded in a way that two different Apps in the same Tomcat instance could send messages to each ot
I am planning开发者_开发百科 to inegrate messaging middleware in my web application. Right now I am tesing different messaging middleware software like RabbitMQ,JMS, HornetQ, etc..
Can开发者_如何学编程 we control the transaction retry interval in MDB? If so, please provide an example or direct me to the documentation. We want to set up a time interval of 3 min for MDB transactio
I am new to HornetQ and I am testing hornetQ Examples. I am getting Exception while running the example EmbeddedExample.java(resides in : hornetq-2.2.5.Final\\examples\\core\\embedded\\src\\org\\horne
I want to set the <consumer-window-size/> to 0. This seems to be the answer of another question ( JMS queue with multiple consumers ), and is described in this article in ch开发者_如何学JAVAapte