How about consumer.stop() and producer.stop(). Should I use them as
recommended and when, because I get the:
org.apache.camel.FailedToCreateProducerException: Failed to create Producer
for endpoint: Endpoint[smpp://........................
...
Caused by: java.io.IOException: Receive negative bind response: Negative
response 00000005 found
from SMPP Error Code Reference:
ESME_RALYBND 5 ESME already in bound state (example: sending a second
bind command during an existing SMPP session)
meaning that it tries to bind again running
consumer.receive("smpp://.......) but hasn't unbind from the previous bind
the previous consumer.receive("smpp://.......).
Does .stop() invokes void doStop() that invokes void closeSession() that
should do the unbinding?
--
View this message in context:
http://camel.465427.n5.nabble.com/How-and-where-should-I-use-doneUoW-for-a-consumer-template-tp5739119p5739152.html
Sent from the Camel - Users mailing list archive at Nabble.com.