[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1211) Investigate Paging on cluster
Isaac Cruz (JIRA)
jira-events at lists.jboss.org
Wed Dec 19 04:41:43 EST 2007
[ http://jira.jboss.com/jira/browse/JBMESSAGING-1211?page=all ]
Isaac Cruz updated JBMESSAGING-1211:
------------------------------------
Attachment: test-jbossmessaging.zip
This is a test case, it's a simple ear with a queue definition, a mbean that sends messages, and a MDB that consumes those messages.
To compile it, it needs the following jars in lib directory: log4j.jar, jboss-ejb3x.jar, jboss-j2ee.jar, jboss-system.jar and jboss-jmx.jar (I have included a compiled ear). To deploy, I copy this ear to farm directory
To test, from JMX console, MBean "test:service=test", invoke process() method with the following parameters:
p1=100000 (number of messages to queue)
p2=100 (number of messages enqueued in a transaction)
p3=false (persistent messages)
after executing, if you monitor the queue, you can see MessageCount is equal to DeliveringCount, and messages are not in database tables => they are in memory => JBM is not paging them
Tested in a two node cluster, with JBoss 4.2.1 and JBossMessaging 1.4.0.SP2
> Investigate Paging on cluster
> -----------------------------
>
> Key: JBMESSAGING-1211
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1211
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Clebert Suconic
> Assigned To: Clebert Suconic
> Attachments: test-jbossmessaging.zip
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list