Hi All,
I am using Tibco EMS as JMS engine. In this setup all messages come with id=null (I have
no control over this). I have a workaround in which I assign a message id when the message
reception is rolled back, so DLQ handling itself isn't a problem here.
Problem comes when the message is just successfully received/processed but
AbstractDLQHandler (actually it comes from GenericDLQHandler) still logs "Message id
is null?" with logging level as ERROR. This happens even if no rollback happens (i.e.
the message is consumed successfully).
This wouldn't be a big deal but the log statement also logs the message. And if the
message is big the logs files grow extremely fast.
Any idea how to resolve it? Is this a candidate for JIRA issue?
Thanks in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133149#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...