-
Couldn't load subscription status.
- Fork 38.8k
Closed
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement
Milestone
Description
Reidar Hörning opened SPR-3983 and commented
The javadoc of the method tells me:
"PERSISTENT" (1) or "NON_PERSISTENT" (2)
Relying on javax.jms.DeliveryMode:
static final int NON_PERSISTENT = 1;
static final int PERSISTENT = 2;
It may be confusing especially while using
JMSTemplate.setDeliveryMode(int deliveryMode)
Correct me if I am wrong.
Thanks,
Reidar
Referenced from: commits 9cc86a3, aa1babd
Backported to: 3.2.7
1 votes, 3 watchers
Metadata
Metadata
Assignees
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement