Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

MDB: Message id is null Error

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic