krisp
krisp

Reputation: 4777

Viewing conents of apache camel seda queue

Is it possible to view the contents of a seda queue in apache camel?

Am trying to create a route and want to view the contents of seda queue that i have created.

Upvotes: 0

Views: 940

Answers (1)

Claus Ibsen
Claus Ibsen

Reputation: 55555

Yes SEDA component is also browsable: http://camel.apache.org/browse So there is API in Java and JMX that allows you to view the queue and the Exchange(s) on the queues.

Upvotes: 1

Related Questions