I'd like to know when a "at least once" QOS can differ from a "exactly once" QOS. I need to explain what mechanism can make one act different from the other.
I'm working with a MDB deployed on a few instances of Weblogic and reading messages from a distant queue manager. Each message triggers a specific treatment.
As I can't use the XAConnection ...