performance « jms « Java Enterprise Q&A





1. Enterprise Messaging API with Web Services for High Performance?    stackoverflow.com

Does combining an Enterprise Messaging solution with Web Services result in a real performance gain over simple HTTP requests over sockets? (if implementation details will help, interested in JMS with a SOAP ...

2. Are there any tools to optimize the number of consumer and producer threads on a JMS queue?    stackoverflow.com

I'm working on an application that is distributed over two JBoss instances and that produces/consumes JMS messages on several JMS queues. When we configured the application we had to determine which threading ...

3. JMS Performance: BytesMessage vs ObjectMessage    stackoverflow.com

In terms of JMS performance, I have read that ObjectMessage should be avoided for performance reasons. How bad are ObjectMessage performance-wise? Should I serialize to a BytesMessage and manually deserialize?

4. Efficient way to display Inbox(1) count in a webapp w/o calling DB for each page request    stackoverflow.com

In my web application we have built a message center / inbox functionality, in the navigation of each page we link to the "Message Center" and include next to it a ...

5. JMS for email scalability    stackoverflow.com

Does it make sense to use JMS and JavaMail together to build a scalable email solution? Presently these are the 2 options I am considering: -- Build a RESTful email center API ...

6. What steps can be taken to optimize tibco JMS to be more performant?    stackoverflow.com

We are running a high throughput system that utilizes tibco-ems JMS to pass large numbers of messages to and from our main server to our client connections. We've done ...

7. JMS performance    stackoverflow.com

I'm having a bit of trouble with understanding JMS from a performance perspective. We have this very straightforward code in our application:

QueueConnection connection = null;
QueueSession session = null;
QueueSender sender = null;
TextMessage ...

8. What ESB is out there that is very high performance and lightweight?    stackoverflow.com

I am looking for an ESB that is lightweight, high performance and easy to learn with good avialble documentation. Assume this ESB will be used in Java centric environment and some ...

9. Factors Affected for Low Performance of middleware Messaging Softwares    stackoverflow.com

I am planning to inegrate messaging middleware in my web application. Right now I am tesing different messaging middleware software like RabbitMQ,JMS, HornetQ, etc.. Examples provided with this softwares are working but ...





10. What are the best practices to test performance and scalability of Message Oriented Middleware (MOM) solutions?    stackoverflow.com

We are looking for a software that will help to decide which MOM solution should be used in a given case, taking into account throughput and latency figures it measures. Not ...