Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
joram
joram
Commits
a4410fb6
Commit
a4410fb6
authored
Oct 04, 2017
by
afreyssin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix [JORAM-279]: removes recover flag after handling in AutoAcknowledge mode.
parent
be5c9968
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
joram/joram/client/jms/src/main/java/org/objectweb/joram/client/jms/Session.java
...src/main/java/org/objectweb/joram/client/jms/Session.java
+2
-2
No files found.
joram/joram/client/jms/src/main/java/org/objectweb/joram/client/jms/Session.java
View file @
a4410fb6
/*
* JORAM: Java(TM) Open Reliable Asynchronous Messaging
* Copyright (C) 2001 - 201
3
ScalAgent Distributed Technologies
* Copyright (C) 2001 - 201
7
ScalAgent Distributed Technologies
* Copyright (C) 1996 - 2000 Dyade
*
* This library is free software; you can redistribute it and/or
...
...
@@ -2478,13 +2478,13 @@ public class Session implements javax.jms.Session, SessionMBean {
}
if
(
recover
)
{
recover
=
false
;
// The session has been recovered by the
// listener thread.
if
(
autoAck
)
{
denyMessage
(
mcl
.
getTargetName
(),
msgId
,
mcl
.
getQueueMode
(),
true
);
}
else
{
doRecover
();
recover
=
false
;
}
}
else
{
if
(
autoAck
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment