Questions tagged [message-driven-bean]

A message-driven bean is an enterprise bean that allows J2EE/Java EE applications to process messages asynchronously.

A message-driven bean is an enterprise bean that allows J2EE/Java EE applications to process messages asynchronously. It acts as a JMS message listener, which is similar to an event listener except that it receives messages instead of events. The messages may be sent by any J2EE/Java EE component, or by a JMS application, or a system that does not use Java technology at all.

Resources:

438 questions
-1
votes
1 answer

Multiple MQs connected to a Java Application deployed on JBoss

I have a Java application deployed on JBoss which is hosted on Openshift. Now for every new MQ(Message Queue) I have to create a new MDB and as number of MQs increases then number of MDBs also increases and my standalone.xml is also getting bigger.…
-1
votes
1 answer

IBM MQ Open input count shows 2 for websphere MDB with max sessions 1 (Causing reordering of messages)

My issue is similar to : Spring JMS - IBM MQ has open input count issue I have set up my Message Driven Bean to have max-sessions 1 for sequential message delivery in Websphere. So i assume only one connection should be open to that queue. I do see…
Jugunu
  • 141
  • 3
  • 14
-2
votes
1 answer

Performance tuning of application

Performance of my application reduces drastically under high load. This is message driven bean based restful api. For average load of 27 hits per second I had configured maximum server sessions as 20 in both nodes of websphere application server,…
Neel
  • 199
  • 3
  • 18
1 2 3
29
30