...
Code Block |
---|
from("jsonmq:myQueue").to("jsonmq:anotherQueue") |
This would be use the queues "foo.myQueue" and "foo.anotherQueue" and would use the given Jackson Data Format to marshal on and off the queue.
...
...
Code Block |
---|
from("jsonmq:myQueue").to("jsonmq:anotherQueue") |
This would be use the queues "foo.myQueue" and "foo.anotherQueue" and would use the given Jackson Data Format to marshal on and off the queue.
...