3 Replies Latest reply on May 10, 2008 5:30 AM by timfox

    Improve performance on sending messages to a queue

      Hello you all,

      I have performance troubles with jboss messaging on my enterprise application. On low loads, sending messages to the queue takes at least 30ms. On high loads, it can take about 1 second.

      I use a org.jboss.resource.adapter.jms.JmsConnectionFactory connection factory to send messages to the queue. I've established its pool size with a value higher than the maximum number of clients to ensure they don't get blocked on sending.

      I wonder if doing the sending inside a Worker could enhance performance. Would it be wise to do this? Or is there a way for improving performance on sending messages to the queue?

      Thanks a lot.