[
https://issues.apache.org/jira/browse/CAMEL-7855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14150563#comment-14150563
]
Claus Ibsen commented on CAMEL-7855:
------------------------------------
Thanks for reporting, the issue is that you should start it first, but I am
fixing this so the component handles this as well.
Its not really the suspension that is the problem, is the resume. And only in
that combination you have
- route auto start = false
- call suspend first
- call resume
> If you suspend a JMS route that is stopped, calling resume on it does not
> work and reports no error
> ---------------------------------------------------------------------------------------------------
>
> Key: CAMEL-7855
> URL: https://issues.apache.org/jira/browse/CAMEL-7855
> Project: Camel
> Issue Type: Bug
> Components: camel-jms
> Affects Versions: 2.14.0
> Environment: All
> Reporter: Robert Elliot
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.12.5, 2.13.3, 2.14.1, 2.15.0
>
> Attachments: RouteLifecycleTest.java, pom.xml
>
>
> If a route that consumes from JMS is in state Stopped, and first Suspend and
> then Resume are called upon it, the route reports itself as being in state
> Started. However, it is not actually consuming anything from the endpoint.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)