• PagingManager methods

      // FIXME - why are these methods still on PagingManager??? // The current code is doing a lookup every time through this class just to call page store!! boolean page(ServerMessage message, boolean duplicate...
    Profile Photo
    last modified by timfox
  • Moving Messages Twice and LargeMessage links

    I have https://jira.jboss.org/jira/browse/JBMESSAGING-1496 complete at my local box, but there is one small detail I need to figure out. I'm using _JBM_ORIG_MESSAGE_ID to link the Message to the original file. This w...
    Profile Photo
    last modified by clebert.suconic
  • Some paging tests don't actually page

    testFailoverOnPaging() testReplicationOnPaging() Paging never occurs in the above two tests - the number of messages is too small.
    Profile Photo
    last modified by timfox
  • MessageRedistributionTest::testRedistributionToQueuesWhereNo

    This test is eventually failing on my laptop. JDK 1.6 on this assertion: 466: assertNotNull("consumer " + consumerIDs + " did not receive message " + j, message);
    Profile Photo
    created by clebert.suconic
  • Expiry requires a consumer in order to work?

    Is this by design or a bug? Expiry Message requires a consumer on the original address in order to work. All the expiries are being done at client level, as far as I could see on code. Say.. I send a message, with e...
    Profile Photo
    last modified by clebert.suconic
  • Paging can cause the order of message delivery broken (1.4)

    The paging can disrupt the order of message delivery in the following way: 1. Starting a queue with fullSize=20, pageSize=10, downCacheSize=10 2. Sending 35 persistent messages (m0 to m34) to the queue 3. The JBM_MSG...
    Profile Photo
    last modified by gaohoward
  • clustered grouping issue

    Ive just about completed clustered grouping using a single node approach. I have one edge case that I'm not sure how to solve. The problem. Lets say a group is bound to node 1 that has a single consumer. Another nod...
    Profile Photo
    last modified by ataylor
  • Provide GUI-friendly management operations

    related to https://jira.jboss.org/jira/browse/JBMESSAGING-1605. Currently, it is not possible to use a GUI management console (e.g. jconsole or AS 5 jmx-console) to create JMS connection factories. All createConnecti...
    Profile Photo
    created by jmesnil
  • How to create Queue and Topic programatically in java for JB

    Hi, can someone help on how to create Queue and Topic programatically in Java for JBoss 5.1? Thanks, W
    Profile Photo
    created by weiwei2009
  • ScheduledDeliveryTest::testDelayedRedeliveryDefault eventual

    there are two assertions on this test: assertTrue(time - now >= delay); // Hudson can introduce a large degree of indeterminism assertTrue(time - now + ">" + (delay + 1000), time - now < delay + 1000); ...
    Profile Photo
    last modified by clebert.suconic
  • Paging and null persistence

    This part of the doc: http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta2/html/persistence.html#persistence.enabled states that null-persistence means no-paging. Th...
    Profile Photo
    created by clebert.suconic
  • Creation of topic @ runtime

    I want to create a topic at runtime. In Jboss messaging 1.2 version I am able to create using ServerPeerMbean. But the same is not available in the 1.4.4 version. Can any one help me in resolving this issue. In JBM ...
    Profile Photo
    last modified by desuraghu
  • A lot of unscheduled 1.4 issues

    I just took a look at the JBM JIRA unscheduled tasks report: https://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12310061&resolution=-1&sorter/field=priority&sorter/ord...
    Profile Photo
    last modified by timfox
  • Usage of Timers in JBM 2

    Timers should rarely if ever be used. Each Timer maintains its own thread so this doesn't scale. On the client side a scheduled executor pool is available to the session factory and this should be used for any sched...
    Profile Photo
    last modified by timfox
  • Netty HTTP tests still on Hudson

    Hudson still seems to be running the Netty HTTP tests - I thought these were going to be temporarily removed to see if it solves the problem?
    Profile Photo
    last modified by timfox
  • Impact of disabling compacting...

    Say you have a producer sending on message / second on destinationA And another producer / consumer on destinationB, working as fast as it can. In the above scenario, - I was able to process 30K messages / secon...
    Profile Photo
    last modified by clebert.suconic
  • JBMESSAGING-1678 - OME on Journal Load

    As stated on the jira (https://jira.jboss.org/jira/browse/JBMESSAGING-1678), when you have too many files on the journal, the load will fail with OME. I didn't find a way to use a Map, as we need the order of Adds an...
    Profile Photo
    created by clebert.suconic
  • Special paging state in JBM 1.4

    Hi, This is a question regarding to paging. A user has reported a broken ordering group case where the server crashes with the following status in the JBM_MSG_REF table: ORD PAGE_ORD 1 NULL 2 NULL .... 24 NULL 25 ...
    Profile Photo
    created by gaohoward
  • DuplicateDetectionTest::testNoPersistXA1 fails if libaio is

    The test DuplicateDetectionTest::testNoPersistXA1 passes when libaio is installed on the OS but fails when it is not installed. I observed the failure on mac os x. Then I ran the tests on Linux. it passes when I inst...
    Profile Photo
    last modified by jmesnil
  • Data dirs wrong in AS config

    The directory used for data in the default AS config is just the default directory - this is not correct, it should be relative to the server config directory. This was changed by Andy (from its previously correct va...
    Profile Photo
    last modified by timfox