[ 
https://issues.apache.org/jira/browse/CAMEL-22387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luis Sergio Faria Carneiro updated CAMEL-22387:
-----------------------------------------------
    Description: 
When the Camel context is interrupted during a camel-quartz exchange execution, 
that execution fails (or might fail) with a  {{RejectedExecutionException.}}

Reproducer:

Create integration.yaml:

 ```yaml
- from:
    uri: rest:get:/demo
    steps:
    - log:
        message: Calling slow endpoint that will take 30s. Press Ctrl-c before 
it finishes
    - toD:
        uri: "https://teste-luis.free.beeceptor.com/slow-endpoint";
        parameters:
          bridgeEndpoint: true
    - log:
        message: Endpoint result is ${body}
```

 

 

 

See full details at:

[https://camel.zulipchat.com/#narrow/channel/257298-camel/topic/camel-quartz.20and.20graceful.20shutdown.20issue/with/536588252]

 

 

  was:
When the Camel context is interrupted during a camel-quartz exchange execution, 
that execution fails (or might fail) with a  {{RejectedExecutionException.}}

See full details at:

[https://camel.zulipchat.com/#narrow/channel/257298-camel/topic/camel-quartz.20and.20graceful.20shutdown.20issue/with/536588252]

 

 


> camel-quartz graceful shutdown issue
> ------------------------------------
>
>                 Key: CAMEL-22387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-22387
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-quartz
>    Affects Versions: 4.14.0
>            Reporter: Luis Sergio Faria Carneiro
>            Priority: Minor
>
> When the Camel context is interrupted during a camel-quartz exchange 
> execution, that execution fails (or might fail) with a  
> {{RejectedExecutionException.}}
> Reproducer:
> Create integration.yaml:
>  ```yaml
> - from:
>     uri: rest:get:/demo
>     steps:
>     - log:
>         message: Calling slow endpoint that will take 30s. Press Ctrl-c 
> before it finishes
>     - toD:
>         uri: "https://teste-luis.free.beeceptor.com/slow-endpoint";
>         parameters:
>           bridgeEndpoint: true
>     - log:
>         message: Endpoint result is ${body}
> ```
>  
>  
>  
> See full details at:
> [https://camel.zulipchat.com/#narrow/channel/257298-camel/topic/camel-quartz.20and.20graceful.20shutdown.20issue/with/536588252]
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to