We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d4a2e commit e617cfdCopy full SHA for e617cfd
base/uk.ac.stfc.isis.ibex.activemq/src/uk/ac/stfc/isis/ibex/activemq/message/MessageParser.java
@@ -80,6 +80,7 @@ public void setActiveMQConsumer(MessageConsumer consumer) {
80
* Thrown if close fails.
81
*/
82
public void closeJMSConsumer() throws JMSException {
83
+ setRunning(false);
84
jmsConsumer.close();
85
86
/**
@@ -95,7 +96,6 @@ public void closeJMSConsumer() throws JMSException {
95
96
*
97
98
jmsConsumer = null;
- setRunning(false);
99
}
100
101
0 commit comments