-
2 Attachment(s)
Using MDP with Tibco EMS
Hello,
I try to use MDP instead of MDB on weblogic 9.2 server with foreign JMS provider (Tibco EMS), but got a problem.
My MDP does not receive messages from Queue.
In case of using XA resource MDP always receive the same message (first in queue) and no messages removes from queue.
In case of non-XA MDP does not receive anything.
Config for non-XA and part of log attached.
For XA resources I use some additional settings:
<property name="sessionAcknowledgeModeName" value="AUTO_ACKNOWLEDGE" />
<property name="sessionTransacted" value="true"/>
<property name="transactionManager" ref="transactionManager"/>
<property name="transactionTimeout" value="3600"/>
For both XA and non-XA configs I have no errors or exceptions.
In case of XA trasnactions started and comited properly.
Anybody had the same problem or can help me to find what is wrong?
Thank you in advance.
Best regards,
skogvant