//Fire the onMesage event when message arrive at the Request Queue
receiver2.setMessageListener(this);
public void onMessage(Message msg)
{
// some code
}
similarly we are having 8 message listener registered with 8 different queues.
Here the JMSClient application is loaded via the bootstrap servlet during server start up and it takes more time to get loaded initially. How can we reduce this time span?.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum