• Please don't touch hudson for a while

    I'm changing the build to just run the integration tests so I can track down an issue. It seems for a full test run, some of the logs get deleted so we can't diagnose what has happened (we need to fix that logging).
    Profile Photo
    last modified by timfox
  • Did we upload JBoss Messaging 2 into Maven?

    I thought Andy did that, but I couldn't find it... I had an user asking about that today on IRC. I thought we had it uploaded but i couldn't find it.
    Profile Photo
    last modified by clebert.suconic
  • Failures on Hudson

    The recent set of large failures on Hudson seem to have been caused by revision 7673. I am investigating/fixing it now.
    Profile Photo
    last modified by timfox
  • Recent changes on ConnectionManagerImpl and recent faliures

    We have had a lot of faliures on Hudson today. (and I can replicate those on my locan environment also). It seems those failures happened after the recent changes on ConnectionManagerImpl. It's being kind of hard ...
    Profile Photo
    created by clebert.suconic
  • Large Messages and the JMS Bridge

    This is a discussion for https://jira.jboss.org/jira/browse/JBMESSAGING-1601 Once you received a LargeMessage, as soon as you consume another message you can't move back to an already received message. This is expla...
    Profile Photo
    last modified by clebert.suconic
  • Strange code after fix for producer window size problem

    Just noticed this strange code committed in revision 7669 to fix the producer window size issue https://jira.jboss.org/jira/browse/JBMESSAGING-1693 public synchronized void confirm(final Packet packet) { if (pack...
    Profile Photo
    created by timfox
  • Routing ignoring page on first messages when in global size

    When you have size > globalMaxSize, routing is aways routing at least one message before it enters into page mode. We shouldn't messages being routed when size > globalMaxSize. Page should send the messages to ...
    Profile Photo
    last modified by clebert.suconic
  • Corrupt netty jar in Maven?

    I just tried to build JBM trunk after deleting my local maven repo (~/.m2) and deleting my local thirdparty dir, and it gives me: [java] 2K downloaded [java] Downloading: http://repository.jboss.org/maven2/org/jbo...
    Profile Photo
    last modified by timfox
  • Replication

    Currently JBM 2.0 uses server replication between a live and a backup server to maintain the backup server in a (quasi) identical state so that on failover of a client from the live to the backup server, the clients s...
    Profile Photo
    created by timfox
  • ack problem casued by consumer window size

    This is to do with https://jira.jboss.org/jira/browse/JBMESSAGING-1693. If i set the producer window size to 100 and the ack batch size to -1 the consumer will hang after a couple of messages. In this scenario the se...
    Profile Photo
    last modified by ataylor
  • Meaning of Paging Max Global Size

    I'm creating this dev post as a continuation of the user's post about paging and management destinations: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=159288 What should be the meaning of paging...
    Profile Photo
    last modified by clebert.suconic
  • JBM in an applet

    I need some advice on the steps to make a JBM applet work. Here is my steps: 1. write an applet that can do connection/disconnection, producer/consumer creation, messaging sending/receiving. 2. collect all necessary ...
    Profile Photo
    last modified by gaohoward
  • Beta4 version number was not incremented

    The release version number in jbossmessaging-version.properties was not incremented from beta3 to beta4, they both use the same value 104. :( This means the version check code is now useless, and the server will allo...
    Profile Photo
    last modified by timfox
  • MDB's and batching transactions

    Clebert had the idea of a user being able to batch the delivery of transactions to MDB's. Say the tx batch size was 10 and the tx was rolled back for some reason on the 9th message the all the previous 8 messages woul...
    Profile Photo
    last modified by ataylor
  • Transaction management in JCA adapter is screwed up

    I just took a look at the tx management code in the JCA adapter, and it looks just plain wrong in places. JBMMessageHandler::onMessage. Firstly it seems a transaction is *always* being started and committed/rolled b...
    Profile Photo
    last modified by timfox
  • Symmetric Cluster Example fails on a multi-core machine

    Same with Beta1, Beta2 or current trunk. All you need is to run symmetric-cluster on a multi-core machine. And you will get this: [java] JBMServer err:13:33:32,607 INFO [org.jboss.messaging.core.server.impl.Mes...
    Profile Photo
    last modified by clebert.suconic
  • MessagingXAResourceRecovery configuration

    related to https://jira.jboss.org/jira/browse/JBMESSAGING-1506 currently, the MessagingXAResourceRecovery depends on JMS and JNDI to retrieve the JMS XASession used to recover. The information is passed as a String i...
    Profile Photo
    last modified by jmesnil
  • An Exception handling case in threads

    While working on https://jira.jboss.org/jira/browse/JBMESSAGING-1680, I need to create a thread and move some existing piece of code inside a method to that thread for concurrent execution. The method can be simplifie...
    Profile Photo
    last modified by gaohoward
  • PagingManager activation

    Quick question: Why does a pagingmanager on activation start a global depage? Why doesn't it start depaging each address individually as on the live?
    Profile Photo
    last modified by timfox
  • Are we supporting META-INF/jbm-jms.xml?

    I thought this was supposed to work already. I have locally changed the MDB example, to deploy jbm-jms.xml as part of META-INF, and it wasn't actually deployed (not on the right order at least), making the MDB deploy...
    Profile Photo
    last modified by clebert.suconic