how can i improve performance in the message driven bean on jboss??
this is what i to do:
i want to send 5000 message to the jboss within a second is possible?
i think i have to configure some setting in the jboss but where and how?
is it neccessary that client send messages multithreadin if yes ive already done it but it doesnt worked!!!
thanks in advance.
Zokho.
-
improve performance in message driven bean??!! (2 messages)
- Posted by: mohammad shadmehr
- Posted on: March 31 2006 20:33 EST
Threaded Messages (2)
- improve performance in message driven bean??!! by Jeryl Cook on April 02 2006 23:02 EDT
- improve performance in message driven bean??!! by James Strachan on April 03 2006 14:28 EDT
-
improve performance in message driven bean??!![ Go to top ]
- Posted by: Jeryl Cook
- Posted on: April 02 2006 23:02 EDT
- in response to mohammad shadmehr
how can i improve performance in the message driven bean on jboss??this is what i to do:i want to send 5000 message to the jboss within a second is possible?i think i have to configure some setting in the jboss but where and how?is it neccessary that client send messages multithreadin if yes ive already done it but it doesnt worked!!!thanks in advance.Zokho.
if your using MDBs, u just increse the amount of MDBs can create in the the J2EE server configuration file....
i would re-look at your design..why are you sending 5,000 messages ever second if its locally??? if your remotes clients are say 1000 users concurrently sending messages to your queue..then JMS clustering is the only option. -
improve performance in message driven bean??!![ Go to top ]
- Posted by: James Strachan
- Posted on: April 03 2006 14:28 EDT
- in response to mohammad shadmehr
Alot depends on the quality of service you're using and your hardware and topology...
http://activemq.org/Performance
e.g. on dual opterons for non-persistent topics folks easily achieve 20,000 messages/second on Apache ActiveMQ though YMMV depending on your QoS/hardware.
James
LogicBlaze
Fuse: the Open Source SOA runtime