Log in to follow, share, and participate in this community.
Thread Are we supporting META-INF/jbm-jms.xml?
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...
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...
Thread Moving Messages Twice and LargeMessage links
Moving Messages Twice and LargeMessage linksI 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...
Some paging tests don't actually pagetestFailoverOnPaging() testReplicationOnPaging() Paging never occurs in the above two tests - the number of messages is too small.
Thread Expiry requires a consumer in order to work?
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...
Thread Paging can cause the order of message delivery broken (1.4)
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...
clustered grouping issueIve 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...
Provide GUI-friendly management operationsrelated 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...
ScheduledDeliveryTest::testDelayedRedeliveryDefault eventualthere 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);
...
Paging and null persistenceThis 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...
Creation of topic @ runtimeI 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 ...
A lot of unscheduled 1.4 issuesI 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...
Usage of Timers in JBM 2Timers 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...
Netty HTTP tests still on HudsonHudson 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?
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...
JBMESSAGING-1678 - OME on Journal LoadAs 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...
Special paging state in JBM 1.4Hi, 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 ...
Thread DuplicateDetectionTest::testNoPersistXA1 fails if libaio is
DuplicateDetectionTest::testNoPersistXA1 fails if libaio isThe 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...