Hi,
Though I have gone through JMS documentation, but not able to figure out clear idea on some topcs. Please help me to understand the below:
-
What is the difference between JMS connection types No_transaction/ Local_transaction and XA_transacton?
As in JDBC we have transactions boundary, how does it relate to JMS? -
In JMS trigger service properties, there is a property called Acknowledment mode. What is DUPS_OK_ACK? In what conditions should we use AUTO_ACK?
-
In JMS trigger, what does Ignore locally publish mean?
4.In JMS trigger, what does durable subscriber mean? How and where are we using this durable subsciber later?
- What is named objects and how to create them?