Re: SJMS RejectedExecutionException bug during shutdown

2017-05-10 Thread blove319
(rb); >> >>context.start(); >>template.setDefaultEndpointUri("sjms:queue:test-in"); >> template.sendBodyAndHeader("some body", "CamelFileName", >> "someFileName"); >>Thread.sleep(1000); >>

Re: SJMS RejectedExecutionException bug during shutdown

2017-04-29 Thread quinn
sages to aggregate >>.forceCompletionOnStop() >>.filter(header("CamelFileName").isNotNull()) >>.process(new Processor() { >>@Override >> public void process(Exchang

Re: SJMS RejectedExecutionException bug during shutdown

2017-04-27 Thread Claus Ibsen
} > }; > context.addRoutes(rb); > > context.start(); > template.setDefaultEndpointUri("sjms:queue:test-in"); > template.sendBodyAndHeader("some body", "CamelFileName", > "someFileName"); > Thread.sleep(1000); > context.stop(); > } > } > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/SJMS-RejectedExecutionException-bug-during-shutdown-tp5798335.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

SJMS RejectedExecutionException bug during shutdown

2017-04-26 Thread blove319
leep(1000); context.stop(); } } -- View this message in context: http://camel.465427.n5.nabble.com/SJMS-RejectedExecutionException-bug-during-shutdown-tp5798335.html Sent from the Camel Development mailing list archive at Nabble.com.