K
K
Kairat2019-10-01 15:03:21
Java
Kairat, 2019-10-01 15:03:21

Apache Camel routing with single output queue?

Good afternoon!
Please tell me about Apache Camel routing. Previously, there was no experience with Apache Camel. I have an integration task, i.e. the system should only send a message to the queue (in a word, there is only an outgoing queue, I do not expect input data). How is this correctly described in the DSL?
Some bean (for example, SourceMsgBeanGenerator) must form a message and send it to the outgoing queue.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bestie, 2019-10-01
@bestie

Hello.
I have only scratched the surface of Apache Camel and as far as the documentation and StackOverflow can tell
- https://github.com/apache/camel/blob/master/compon...
- https://stackoverflow.com/questions/37921926/apach ...
it's not that easy to do it.
Perhaps Apache Camel is not needed there, but rather simply using, for example, the same ActiveMQ (if you have JMS there), write a message to the queue?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question