• 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...
    Profile Photo
    last modified by jbertram
  • 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...
    Profile Photo
    last modified by rhusar
  • 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)": ...
    Profile Photo
    last modified by gaohoward
  • 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...
    Profile Photo
    created by clebert.suconic
  • 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...
    Profile Photo
    last modified by borges
  • 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...
    Profile Photo
    last modified by borges
  • 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 ...
    Profile Photo
    last modified by borges
  • 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...
    Profile Photo
    last modified by mjustin
  • 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...
    Profile Photo
    created by borges
  • 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...
    Profile Photo
    last modified by borges
  • 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...
    Profile Photo
    last modified by borges
  • 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? &#...
    Profile Photo
    created by memelet
  • 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...
    Profile Photo
    created by gaohoward
  • 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    &#...
    Profile Photo
    last modified by cjw_pisces
  • 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...
    Profile Photo
    last modified by cjw_pisces
  • 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
    Profile Photo
    last modified by cjw_pisces
  • 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.       ...
    Profile Photo
    last modified by cjw_pisces
  • 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
    Profile Photo
    created by cjw_pisces
  • 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)       {       ...
    Profile Photo
    last modified by gaohoward
  • 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...
    Profile Photo
    created by m_anwar