• Redelivery policy does not work properly

    Hi to everybody, I'm Ivan and I work for an IT company in healthcare.   We are experiencing a problem using hornetQ: sometimes, when a message causes a transaction rollback due to a system exception, the redeli...
    Profile Photo
    created by ivanozzolo
  • JMS 2 Dev Thread

    First things first: I've been looking at Andy Taylor's Branch, which was imported from Jeff, and now it's imported on mine...     well... it's time to have a central repo for that..  I have created a t...
    Profile Photo
    last modified by clebert.suconic
  • Merge byteman-tests into integration-tests?

    Hi,   we placed the byteman tests into their own maven sub-project because our unittests were not using JUnit4 (required for using Byteman).   How about moving each test there to the Maven test sub-project...
    Profile Photo
    last modified by borges
  • Resource Adapter inflow recovery

    I talked to jesper and it looks like HornetQ does not support crash recovery for inflow.   HornetQResourceAdapter.getXAResources() throw an exception that it is not supported. Is there an action to support it? &...
    Profile Photo
    last modified by jmesnil
  • Anonymous SSL in HornetQ

    I would like to use HornetQ with anonymous SSL.  In other words, I do not want to have a trust store or key store on either the client or server.  I basically just want the data to be encrypted.  This i...
    Profile Photo
    last modified by notafrog
  • Move 2.3.x to JUnit4?

    Hi,   IMO the migration to JUnit4 has been great as it allowed us to remove all sorts of ugly hacks from HQ test code since JUnit4 supported the use cases that were forcing us to hacks while using JUnit3.  ...
    Profile Photo
    last modified by borges
  • ActiveMQ - SlowConsumer pocily replacement in HORNETQ

    hi   we are currently on ActiveMQ where we have pocily defined to kick out slowconsumer so that there is no problem in sending messages to other subscriber or consumers who are processing the delivered messages ...
    Profile Photo
    last modified by rzvikas
  • The problem with two executors in a queue

    Hi,   I'm talking about this issue https://issues.jboss.org/browse/HORNETQ-1224   I don't know why we have two executors in the first place but to solve this problem we need to find a way to synchronized t...
    Profile Photo
    created by gaohoward
  • Junit3 -> Junit4 Migration

    We are endeavoring to migrating hornetq tests from junit 3 to junit 4. We already have a basic script that can replace junit 3 APIs with junit4 ones automatically.   https://github.com/FranciscoBorges/junit3To...
    Profile Photo
    last modified by gaohoward
  • Best place to start contributing

    Hi,   I was interested in contributing to the hornetq project, what would be the best place to start?   I had a look at Jira, is it best to just try and pick up one of the issues marked as 'low' difficulty...
    Profile Photo
    last modified by benjaminmorgan
  • JMS2 and Java7: hq-jms-server depends on hq-jms-client...

    Hi,   the other day we had this conversation on IRC about JMS2 and Java7.   The conclusion was that it would be best to require Java7 only on the clients, but not on the server. Trouble is that hq-jms-serv...
    Profile Photo
    last modified by borges
  • Bridges in clusters and reconnections...

    Just a generic update: I'm doing some work on a test to make sure the bridge will connect fine over clustering. I started that today and I should be done by tomorrow (Friday) or monday
    Profile Photo
    last modified by clebert.suconic
  • Reformat code...

    I have reformated the master on a branch here. If you guys could please take a look on the overall formatting I have configured here...  I want to merge this on next Tuesday unless you guys propose a change on th...
    Profile Photo
    last modified by clebert.suconic
  • Size Limits on Stomp

    The main concern without size limit is that if the message size is over the min-large-message-size HornetQ will split the message into trunks and deliver it as large messages, which STOMP protocol doesn't support. &...
    Profile Photo
    last modified by gaohoward
  • Problematic use case: Clustered, HA durable subscriptions with message grouping

    I recently discovered a use-case that isn't working as anticipated.  Here's the setup: Symmetric cluster with colocated backup A JMS producer sending messages to topic "X" using a connection factory with <gr...
    Profile Photo
    created by jbertram
  • IRC channel

    Hi,     Is the IRC channel still active?  I have tried several times so far and no one was there.  I would like to get in touch with one of the project maintainers to discuss possible contributio...
    Profile Photo
    last modified by mcadariu
  • Branches renames...

    Effective now: I have renamed this following Branches, accordingly to internal talks I had with the develoeprs     Branch_2_2_EAP -> 2.2.eap5 Branch_2_2_AS7  -> 2.2.x   2.3.x was already c...
    Profile Photo
    last modified by clebert.suconic
  • A slow consumer can make consumers on different machines slow as well

    Hey guys,   We're using HornetQ as our JMS server and we see have issues with latency in our system when a consumer is crashing. With crashing I mean for example the host machine is going out of memory.   T...
    Profile Photo
    last modified by steven.hulshof
  • delete jboss data hornetq customerCount=0

    jboss in first time has no data directory. so I thik I delete data directory is ok ,but something error happened !   In jmx console ConsumerCount=0 and I send message is stuck in hornetq!   error detail :...
    Profile Photo
    last modified by gaoyonglu
  • await*() in I/O thread causes a dead lock or sudden performance drop. Use addListener() instead or call await*() from a different thread.

    Hi guys,   I am facing hornetq issue when trying to connect using nettty Connector with latest 2.3.0.CR1 build.   The full stack trace   17:01:43.910 [New I/O worker #2] WARN  org.hornetq.core....
    Profile Photo
    last modified by andrey_borisov