|
Page Edited :
CAMEL :
Publish Subscribe Channel
Publish Subscribe Channel has been edited by Jonathan Anstey (Jun 15, 2008). Content:Publish Subscribe ChannelCamel supports the Publish Subscribe Channel
Using Routing LogicAnother option is to explicitly list the publish-subscribe relationship in your routing logic; this keeps the producer and consumer decoupled but lets you control the fine grained routing configuration using the DSL or Xml Configuration. Using the Fluent Builders RouteBuilder builder = new RouteBuilder() { public void configure() { from("seda:a").to("seda:b", "seda:c", "seda:d"); } };
|
Unsubscribe or edit your notifications preferences
