JBM to HornetQ Utility -- initial ideas This utility is to help a JBM user to migrate their JBM servers to HornetQ. This is a command-line tool written in java. It takes in JBoss Messaging deployment informations and converts/exports them to HornetQ... Pluggable cluster discovery Tomo (igarashitm in IRC) has done some work to make cluster discovery pluggable so that we can use e.g., JGroups. Using JGroups will allow us to cluster in environments like Amazon's AWS, among other things. ... A way to synchronize start and stop of a component In https://community.jboss.org/thread/201784 I raised an issue in HornetQServerImpl, where its start() method may spawn new threads to initialize some components, and those components may further spawn more threads to... setCanREclaimFile(true) on replication Isn't this kind of dangerous? /** * Send an entire journal file to a replicating backup server. */ private void sendJournalF... SQS-JMS adapter I am looking for a possibility to use Amazon Simple Queue Service (SQS) with GlassFish. Instead of using a separate program for the translation of SQS to JMS, I'm thinking of the possibility to build a JMS 'driver' wh... The start() /stop() issue In our code the start() and stop() are seen in many places, like HornetQServerImpl. There is a potential issue that may cause test failures. For example, in HornetQServerImpl.start(), if the server is a backup... HORNETQ-950 - external big data storage design thread This thread is about https://issues.jboss.org/browse/HORNETQ-950 I had some talks with a few folks about this, and from what I understood, they would like to have these following features: (obs:... Exceptions with ssl transportation using direct JMS instantiation Hi, I am trying to try ssl in Hornetq using using direct JMS instantiation. Unfortunately, I got following exception at creating connection. HornetQException[errorCode=2 message=Cannot connect to serve... replication and backups connecting to live Currently when a back up server is configured using replication you need to set a live connector for it, something like: <live-connector-ref connector-name="netty-live-connector"/> For the up an... race conditions(?) during HornetQ RA teardown I'm following up on https://github.com/jbossas/jboss-as/pull/2327 which was to update HornetQ to 2.2.18.Final in AS7. It highlighted race conditions during HornetQ RA tear down. The main change is that now MDB... oracle connect to hornetq hi, I have met a problem in my project when I want to send msgs from oracle. Maybe it's something about database, I am sorry ,but I do need some advice. Thanks. It's like this, I want to trigger a message sent to ho... Regression bug after upgrade from 2.2.5 final -> 2.2.14 final: unclosed connections & memory leak Hi. We have upgraded from HornetQ 2.2.5 to 2.2.14 a week ago and since then faced severe problems with the queue causing in various complete server lockups and crashes. It seems, open connections add up in an... javaee examples using Arquillian take a look at https://github.com/andytaylor/hornetq/tree/examples/examples/javaee/mdb-bmt, ive ported it touse Arquillian. run export JBOSS_HOME=as7 somewhere mvn test you will need this PR f... JBoss & HornetQ first try Hello everybody, I'm very new to HornetQ and JBoss. I'm trying to develop a simple message passing application but I have some questions: 1) I configured HornetQ in JBoss (I followed this tutorial: http://planet.jbo... Porting to FreeBSD What is best method for modifying source code for FreeBSD AIO port and easy merge back to project? place #ifdef __FreeBSD__ into code? Please pay attention at the test suite on master The committee should be responsible to run the teat suite before a commit, and follow up Hudson after your commit I merged. We have a few failures now (masked passwords and a few others) that started to happe... use of createQueue hi. I am using JMS management to manage hornetq as Management Example shows.Here is a problem, after I create a queue with JMSManagementHelper.putOperationInvocation(m, "jms.server", "createQueue", "dynamicQueue"... the new HQ Exceptions Hi, We have loads of new exceptions instead of exception codes. Which is good. However wouldn't it be better to have them all named HornetQ***Exception? For instance, there is a java.lang.IllegalStateE... Two empty tests -- shall we delete them? https://github.com/hornetq/hornetq/blob/master/tests/integration-tests/src/test/java/org/hornetq/tests/integration/management/DiscoveryGroupControlTest.java https://github.com/hornetq/hornetq/blob/master/tests/integr... how can i use listMessages() from JMSQueueControl i am new to hornetq, so can somebody take a minute or two to free me from confusion of initializing JMSQueueControl? i read the management api part of user mannual and want to use the listMessage() method...