File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes MDB: Message id is null Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "MDB: Message id is null Error" Watch "MDB: Message id is null Error" New topic
Author

MDB: Message id is null Error

Csk Kumar
Greenhorn

Joined: Mar 07, 2011
Posts: 13
Hi,
In our application we are using Jboss Message Queue and the MDB's for message processing. The MDB's will process the request (Queue) and sends the reponse.(publishes to topic).
But after processing each message by the onMessage, "Message id is null" Error message is getting displayed in the jboss console (linux m/c). The functionalities are working fine but the only problem is this error message.
So we do not want to get this error message displayed. Could you please help me out in resolving this issue .

We are using jboss-5.1.0.GA as Application server.

Jboss console Logs:


Jboss server Log:


Source Code for Reference:
EventHandlerMDB.java
This class is used for processing the message from Queue and to send the response.(publish it to the topic)


RadiusJMS.java
This class is used for sending messages to the queue and for listening to the reponse published to topic.



SendJmsEvents.java
This class actually sends the message to the queue


ListenerTopic.java
This class actually listen to the Topic
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MDB: Message id is null Error
 
Similar Threads
Error while using MDB with JMS
Not consuming JMS messages after a certain no. of messages are processed
Problem in Deploying MDB bean
EJB, JSPs and JDBCs
EJB3.0 - JBoss - How to send JMS message to an MDB