How to handle the JMS bridge in AS7? Currently there is no pre-defined way to deploy a JMS bridge (i.e. org.hornetq.jms.bridge.impl.JMSBridgeImpl) in AS7. In JBoss AS 6 and earlier you could deploy the bridge as an MBean or JBoss MC bean, but the c... HornetQ committers: ACTION NEEDED -- 1 MINUTE! Hi guys, SVN is becoming a real pain. As part of exploring options to move HornetQ project to Git, I need a list of committers with their real names and email addresses associated with GitHub. This is... Latest deadlock in trunk tests Running tests on my local machine, found a deadlock reported in thread dump: Found one Java-level deadlock: ============================= "Thread-4 (HornetQ-client-global-scheduled-threads-1332022244)": ... ClusterWithBackupFailoverTestBase failure This test was failing even on Branch_2_2 (the test is ignored there) One thing I found out was that the announce to the live is not working properly. For some reason node4 is never being able to send th... Minimum Maven version: 3.0.0 Hi, I just ran my (monthly) 'mvn:display-plugin-updates' and now it can check the mvn version requirement and turns out we don't set any. While I don't have any problem with that, Maven's versions plug... synchronized on ConcurrentHashMap. ClientSessionImpl uses synchronized on its producers field, which is a ConcurrentHashSet (actually a HornetQ wrapper for ConcurrentHashMap). There is a private method Set<ClientProducerInternal> clonePro... Notes on trunk Hi, I am pushing loads of changes into trunk, and I will take the opportunity to make some notes: there seems to be a bug in surefire which was triggered by our fork=always timeout=600 combo. As the IO ... How to build and test from command line Hello, I am trying to run the build and tests from the command line on Windows. Whis the provided build script, which I call using call src/bin/build.bat %* jar tests the build runs, b... Migrating to Git: set your GitHub username at your JBoss.org profile Hi everyone, As you may know, we intend to migrate Hornet's development from SVN to Git. More specifically, we intend to use GitHub. In order to make sure usernames are correctly mapped between jboss.o... HORNETQ-829 Problems in the Javadocs of public API classes Hi everyone, I fixed a number of broken references in the Javadocs of our public API classes. There are some remaining problems: both some @param and the text of some methods in HornetQClient have no d... HORNETQ-832 Failing Paging tests Hi, Following the IRC discussion, these are the issues I mentioned there. Regarding HORNETQ-832. We have many tests in ReplicatedPagedFailoverTest that will make the backup server fail-over with paging... Any plans to update websocket support with netty 3.3 websocketx? The current websocket impl in hornet cannot talk with the latest firefox or chrome. But it looks like the latest changes to netty (in package websocketx) has all the latest goodies. Is this anywhere in the roadmap? ... Caching the internal messaging objects As the server are receiving and delivering messages, a lot of internal message objects (mostly ServerMessageImpl) are created. In many cases the messages are short lived, meaning they are acknowledged shortly after th... about the client id Hi, Could the hornetq server assign an unique client id to the client which is developed by hornetq core api,not jms api ? Thanks ... Socket Connect refused when change localhost to ipaddress Hi,all I run the Stomp appliaction in the linux. The linux ip is 192.168.188.26 when I modify the StompExample.java from... Can the HornetQ client auto find the hornetQ server Hi,all Can the HornetQ client auto find the hornetQ server and how to find the it ? BR. william How to implement receving the asynchronous message when use the ClientConsumer? Hi,all In the HornetQ manual, 8.1.6 ClientConsumer, said the hornetq core supports receivng the synchronous and asynchronous message. ... Can u help explain the HornetQ protocol Hi,all Now,I am researching the HornetQ. Who can tell me the HornetQ Protocol format? Thanks! william What's the purpose of checking started flag in HornetQServerImpl.start() About two weeks back I remember I added the started flag check at the beginning of the method if (started) { ... How to determine divert information of a message Hi, I am trying to determine whether the message I received came via a divert, if it came via a divert then can I need to get the name of the divert. I can check the original address to figure out if it was po...