HornetQ vs MRG Could somebody shed some light on the positioning of HornetQ vs Qpid/MRG, particularly as it relates to EAP 6? I feel like I am getting mixed messages. Looking on the JBoss site I am seeing MRG highlighted as... A paging issue The issue could happen in the following case: Say we have a live and a backup in replication mode. A client sends 20 messages (m0 to m19) to an address in two batches, each sending 10 messages. And the pagin... Compatibility Testing I've got a commit that I'd like to test against previous versions of HornetQ to ensure compatibility. I know we have a compatibility test-suite, but I'm not sure how to make it test my commit. Anybody got ... HORNETQ-867 - setStringProperty() With null Value Does Not Work I created an unit test for this issue, look the attachment. Is it correct my unit test? All tested passed. Thanks. removing locks during delivery... Just to let you guys know what I have been working on... I have been looking into removing the locks on the Queue while delivery is being done. that way a consumer returning handle won't ... Not persisting notifications during server.stop() Hello folks, Now that we are supposed to have working replication, the most logic thing to do is to close replication together with the JournalStorageManager. In that way, during a normal server.stop(), anythi... Invalid Stomp frame with HornetQ and Apache.NMS.Stomp1.5.3 Hi i am facing the problem with Apache.NMS.Stomp1.5.3 and HornetQ2.2.16.when i connected stomp with HornetQ, getting the following exception for every 30-40 seconds and one more thing is if the server not gettin... https://issues.jboss.org/browse/HORNETQ-988 - Wildcard queues not working on this scenario @AndyTaylor: Can you take a look on this: There's a simple Unit test that I wrote on my branch for now... clebertsuconic/master Look at org.hornetq.tests.unit.core.postoffice.impl.WildcardAddres... Byteman tests You will see that some (1) byteman tests have appeared, take a look at LatencyTest.java, it pretty simple to do, just add a BMRule for each piece of code you want to inject somewhere. If you need to write any ... live.stop() issues and proposed patch Note that the patch is not even a PR at this moment... We used to have problems where: live.stop() is called; network went down; live would hang because of missing replication tokens. We scheduled a t... Schema and options reference Hi, Since yesterday, the user-manual configuration reference is generated from hornetq-configuration.xsd. So when a new option is created all you have to do is add and document it in the schema. Some notes: the XSL... Group replication config options inside a <replication> element? Hi, Jeff Mesnil and Miroslav were a little lost today on IRC on some of the new replication options. Jeff made a point that, some options are related but there is nothing making that obvious to a user. ... HORNETQ-979 NPE when redeploy hornetq-users.xml I found the problem. It is related with the BasicUserCredentialsDeployer class. When the redeploy occurs, the method getKeyAttribute() in the line (XmlDeployer:93) return null. Why the getKeyAttribute... 2.3.BETA3 transaction-failover Hello,Everyone, Today I want to build up a nfs to implement the transaction-failover,first I run the example in the directory of examples/jms,but it shows failure.I don't know why.I rea... Removed use methods While working on AS7-6124 to review Howard patch, I noticed that some API methods used by AS7 have been removed from hornetq master branch: Configuration void setInterceptorClassNames(List<Str... Why can,t the cunsumer received mesaages from server somtimes? It seems that sometimes the producer had send some messages to the server succefully but the client can not received messages from Hortnetq server ? what is the question? 2.2.14 Final Paging problem,help I build a cluster with two server,this works normally.I build the queue “exampleQueue” on each node,and the memory of jvm is between 512MB and 1024MB,the max-size-bytes of the queue is 100M,the page-size-b... MaxSessionInt on MDBs in durable subscriptions I'm starting here a discussion about: https://jira.jboss.org/jira/browse/HORNETQ-312 I believe it is legal to have MaxSession > 1 on MDB for durable subscriptions, right? We don't want MDBs to become single... Propose A Management Notification Change I'd like to make a little change to our current notification service. For the moment we have two ways of sending notifications. One is via a special notification address. Whenever a noticiation is generated, it sends ... HornetQ 2.3.0 RA + JGroups For AS7-6124, I want to use JGroups with HornetQ RA. I updated AS7 integration code so that the RA would use the same JChannel that is created when a discovery-group is configured with JGroups. It does *not* ...