Bug 986305 - Client hangs if ~6000 messages are sent within transaction
Summary: Client hangs if ~6000 messages are sent within transaction
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: HornetQ
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Clebert Suconic
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-19 11:34 UTC by Valiantsina Hubeika
Modified: 2015-01-04 22:55 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-07-19 12:41:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Valiantsina Hubeika 2013-07-19 11:34:52 UTC
Description of problem:

Client hangs when attempting to send over 6000 messages within transaction.


Version-Release number of selected component (if applicable):


How reproducible:
100 % 

Steps to Reproduce:
1. create session with xa transactions 
2. in a loop, send a large number of messages (say 10000 messages) 
3. commit messages on the session


Actual results:

Application hangs before all messages are sent. 

   [java] 13:11:16,748 INFO  [com.redhat.mrg.PerfTestUtil] (http-localhost/127.0.0.1:8080-1) test02 #1374232275548 $5817
     [java] 13:11:16,748 INFO  [com.redhat.mrg.PerfTestUtil] (http-localhost/127.0.0.1:8080-1) test02 #1374232275548 $5818

Expected results:

10000 messages are send and commited successfully.

Additional info:

Memory and CPU on the machine is at low values.

Comment 1 Clebert Suconic 2013-07-19 12:41:28 UTC
Configure paging for that many of messages... This is expected.. you just have a misconfiguration for your use case.


Note You need to log in before you can comment on or make changes to this bug.