prompt
stringlengths 24
171
| response
stringlengths 318
1.03k
|
---|---|
Process message from splitter using header-enricher and claim-check-in, then send to header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Splitter 1", "eipId": {"namespace": "file", "name": "splitter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Enricher 4", "eipId": {"namespace": "jms", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from inbound-gateway using filter and json-to-object-transformer, then send to claim-check-in | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "jms", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Claim Check In 4", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from marshalling-transformer using aggregator and splitter, then send to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Marshalling Transformer 1", "eipId": {"namespace": "xml", "name": "marshalling-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Gateway 4", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from object-to-string-transformer using claim-check-out and recipient-list-router, then send to tcp-connection-factory | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To String Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-string-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Tcp Connection Factory 4", "eipId": {"namespace": "tcp-udp", "name": "tcp-connection-factory"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from payload-deserializing-transformer using aggregator and splitter, then send to inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Payload Deserializing Transformer 1", "eipId": {"namespace": "integration", "name": "payload-deserializing-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 4", "eipId": {"namespace": "sftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from control-bus using recipient-list-router and claim-check-out, then send to header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "integration", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Enricher 4", "eipId": {"namespace": "jms", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from unmarshalling-transformer using aggregator and claim-check-out, then send to xpath-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Unmarshalling Transformer 1", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Xpath Router 4", "eipId": {"namespace": "xml", "name": "xpath-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from outbound-gateway using filter and claim-check-out, then send to splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "file", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Splitter 4", "eipId": {"namespace": "file", "name": "splitter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from inbound-channel-adapter using recipient-list-router and splitter, then send to filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Filter 4", "eipId": {"namespace": "integration", "name": "filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from tcp-connection-factory using splitter and claim-check-in, then send to aggregator | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Connection Factory 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-connection-factory"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Aggregator 4", "eipId": {"namespace": "integration", "name": "aggregator"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from spel-function using recipient-list-router and filter, then send to splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Spel Function 1", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Filter 3", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Splitter 4", "eipId": {"namespace": "file", "name": "splitter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from script using splitter and header-enricher, then send to bridge | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Script 1", "eipId": {"namespace": "groovy", "name": "script"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Enricher 3", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Bridge 4", "eipId": {"namespace": "integration", "name": "bridge"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from message-driven-channel-adapter using recipient-list-router and claim-check-in, then send to control-bus | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Control Bus 4", "eipId": {"namespace": "groovy", "name": "control-bus"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from publish-subscribe-channel using claim-check-out and aggregator, then send to resequencer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 1", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Aggregator 3", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Resequencer 4", "eipId": {"namespace": "integration", "name": "resequencer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from channel-interceptor using json-to-object-transformer and claim-check-in, then send to bridge | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel Interceptor 1", "eipId": {"namespace": "integration", "name": "channel-interceptor"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Bridge 4", "eipId": {"namespace": "integration", "name": "bridge"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from claim-check-out using json-to-object-transformer and claim-check-in, then send to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Claim Check Out 1", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 4", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from message-driven-channel-adapter using claim-check-in and recipient-list-router, then send to xpath-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "kafka", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check In 2", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Xpath Router 4", "eipId": {"namespace": "xml", "name": "xpath-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from graph-controller using aggregator and filter, then send to syslog-to-map-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Graph Controller 1", "eipId": {"namespace": "http", "name": "graph-controller"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Filter 3", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Syslog To Map Transformer 4", "eipId": {"namespace": "integration", "name": "syslog-to-map-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from xslt-transformer using claim-check-in and json-to-object-transformer, then send to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xslt Transformer 1", "eipId": {"namespace": "xml", "name": "xslt-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check In 2", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Gateway 4", "eipId": {"namespace": "sftp", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from syslog-to-map-transformer using splitter and claim-check-out, then send to inbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Syslog To Map Transformer 1", "eipId": {"namespace": "integration", "name": "syslog-to-map-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Inbound Gateway 4", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from barrier using claim-check-out and json-to-object-transformer, then send to claim-check-out | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Barrier 1", "eipId": {"namespace": "integration", "name": "barrier"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Claim Check Out 4", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from enricher using recipient-list-router and json-to-object-transformer, then send to delayer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Enricher 1", "eipId": {"namespace": "integration", "name": "enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Delayer 4", "eipId": {"namespace": "integration", "name": "delayer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from channel using header-enricher and recipient-list-router, then send to unmarshalling-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "integration", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Unmarshalling Transformer 4", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from script using json-to-object-transformer and claim-check-out, then send to map-to-object-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Script 1", "eipId": {"namespace": "groovy", "name": "script"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Map To Object Transformer 4", "eipId": {"namespace": "integration", "name": "map-to-object-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Process message from transformer using claim-check-out and splitter, then send to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Transformer 1", "eipId": {"namespace": "integration", "name": "transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 4", "eipId": {"namespace": "http", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Receive an HTTP message and route based on header 'type' | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Value Router 2", "eipId": {"namespace": "integration", "name": "header-value-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Poll a directory and split file lines for logging | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Logging Channel Adapter 3", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Receive a JMS message, enrich headers, and log it | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "jms", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Logging Channel Adapter 3", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Get a message from SFTP, transform it, and route it | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "sftp", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Payload Type Router 3", "eipId": {"namespace": "integration", "name": "payload-type-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Receive over TCP, aggregate multiple messages, and forward to JMS | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Gateway 3", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Receive HTTP, fan out to two logging components | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 2", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Logging Channel Adapter 3", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Logging Channel Adapter 4", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Transform and scatter-gather message from JMS | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "jms", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Scatter Gather 3", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Split incoming file, transform each part, and aggregate results | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transform 3", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Aggregator 4", "eipId": {"namespace": "integration", "name": "aggregator"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route JSON over HTTP to JMS and File endpoints using recipient-list-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Gateway 3", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 4", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from outbound-gateway through scatter-gather and publish-subscribe-channel to transaction-synchronization-factory | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "file", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Scatter Gather 2", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 3", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Transaction Synchronization Factory 4", "eipId": {"namespace": "integration", "name": "transaction-synchronization-factory"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from publishing-interceptor through transform and splitter to inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Publishing Interceptor 1", "eipId": {"namespace": "integration", "name": "publishing-interceptor"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 4", "eipId": {"namespace": "sftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from channel-interceptor through splitter and recipient-list-router to json-to-object-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel Interceptor 1", "eipId": {"namespace": "integration", "name": "channel-interceptor"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Json To Object Transformer 4", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from header-enricher through recipient-list-router and transform to annotation-config | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Enricher 1", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transform 3", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Annotation Config 4", "eipId": {"namespace": "integration", "name": "annotation-config"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from object-to-map-transformer through transform and recipient-list-router to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To Map Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-map-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Gateway 4", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from inbound-channel-adapter through scatter-gather and splitter to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Scatter Gather 2", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 4", "eipId": {"namespace": "kafka", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from outbound-gateway through scatter-gather and transform to filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Scatter Gather 2", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transform 3", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Filter 4", "eipId": {"namespace": "integration", "name": "filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from tail-inbound-channel-adapter through splitter and publish-subscribe-channel to spel-function | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tail Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "tail-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 3", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Spel Function 4", "eipId": {"namespace": "integration", "name": "spel-function"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from tcp-connection-factory through scatter-gather and splitter to xpath-splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Connection Factory 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-connection-factory"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Scatter Gather 2", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Xpath Splitter 4", "eipId": {"namespace": "xml", "name": "xpath-splitter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from channel-interceptor through recipient-list-router and aggregator to inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel Interceptor 1", "eipId": {"namespace": "integration", "name": "channel-interceptor"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Aggregator 3", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 4", "eipId": {"namespace": "ftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from object-to-string-transformer through recipient-list-router and publish-subscribe-channel to header-filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To String Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-string-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 3", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Filter 4", "eipId": {"namespace": "integration", "name": "header-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from resequencer through recipient-list-router and scatter-gather to header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Resequencer 1", "eipId": {"namespace": "integration", "name": "resequencer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Scatter Gather 3", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Enricher 4", "eipId": {"namespace": "jms", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from control-bus through recipient-list-router and publish-subscribe-channel to filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "groovy", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 3", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Filter 4", "eipId": {"namespace": "integration", "name": "filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from unmarshalling-transformer through transform and publish-subscribe-channel to control-bus | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Unmarshalling Transformer 1", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 3", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Control Bus 4", "eipId": {"namespace": "groovy", "name": "control-bus"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from logging-channel-adapter through splitter and transform to graph-controller | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Logging Channel Adapter 1", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transform 3", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Graph Controller 4", "eipId": {"namespace": "http", "name": "graph-controller"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from graph-controller through transform and recipient-list-router to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Graph Controller 1", "eipId": {"namespace": "http", "name": "graph-controller"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Gateway 4", "eipId": {"namespace": "web-services", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from claim-check-out through recipient-list-router and splitter to inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Claim Check Out 1", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Splitter 3", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 4", "eipId": {"namespace": "ftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from transaction-synchronization-factory through recipient-list-router and scatter-gather to claim-check-out | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Transaction Synchronization Factory 1", "eipId": {"namespace": "integration", "name": "transaction-synchronization-factory"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Scatter Gather 3", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Claim Check Out 4", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from graph-controller through splitter and scatter-gather to gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Graph Controller 1", "eipId": {"namespace": "http", "name": "graph-controller"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Scatter Gather 3", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Gateway 4", "eipId": {"namespace": "integration", "name": "gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from tcp-inbound-gateway through aggregator and scatter-gather to tcp-outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Scatter Gather 3", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Tcp Outbound Channel Adapter 4", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Send message from inbound-gateway through scatter-gather and recipient-list-router to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Scatter Gather 2", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 4", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from message-driven-channel-adapter through spel-function, header-filter, then to splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "kafka", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Spel Function 2", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Filter 3", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Splitter 4", "eipId": {"namespace": "file", "name": "splitter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from transaction-synchronization-factory through claim-check-out, spel-function, then to inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Transaction Synchronization Factory 1", "eipId": {"namespace": "integration", "name": "transaction-synchronization-factory"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Spel Function 3", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 4", "eipId": {"namespace": "sftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from claim-check-in through object-to-json-transformer, filter, then to exception-type-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Claim Check In 1", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Filter 3", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Exception Type Router 4", "eipId": {"namespace": "integration", "name": "exception-type-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from channel through filter, bridge, then to file-to-bytes-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "jms", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Bridge 3", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "File To Bytes Transformer 4", "eipId": {"namespace": "file", "name": "file-to-bytes-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from resource-inbound-channel-adapter through claim-check-out, delayer, then to syslog-to-map-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Resource Inbound Channel Adapter 1", "eipId": {"namespace": "integration", "name": "resource-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Delayer 3", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Syslog To Map Transformer 4", "eipId": {"namespace": "integration", "name": "syslog-to-map-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from header-enricher through object-to-json-transformer, logging-channel-adapter, bridge, then to marshalling-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Enricher 1", "eipId": {"namespace": "web-services", "name": "header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Logging Channel Adapter 3", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Bridge 4", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Marshalling Transformer 5", "eipId": {"namespace": "xml", "name": "marshalling-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from channel through header-enricher, bridge, object-to-json-transformer, then to aggregator | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "integration", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Bridge 3", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Object To Json Transformer 4", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Aggregator 5", "eipId": {"namespace": "integration", "name": "aggregator"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from idempotent-receiver through header-enricher, transform, then to inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Idempotent Receiver 1", "eipId": {"namespace": "integration", "name": "idempotent-receiver"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transform 3", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 4", "eipId": {"namespace": "sftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from publish-subscribe-channel through splitter, json-to-object-transformer, transform, then to exception-type-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 1", "eipId": {"namespace": "jms", "name": "publish-subscribe-channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Transform 4", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Exception Type Router 5", "eipId": {"namespace": "integration", "name": "exception-type-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from poller through object-to-json-transformer, json-to-object-transformer, header-filter, then to script | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Poller 1", "eipId": {"namespace": "integration", "name": "poller"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Filter 4", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Script 5", "eipId": {"namespace": "groovy", "name": "script"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from filter through json-to-object-transformer, filter, then to message-driven-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Filter 1", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Filter 3", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 4", "eipId": {"namespace": "jms", "name": "message-driven-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from tcp-connection-factory through bridge, object-to-json-transformer, delayer, then to graph-controller | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Connection Factory 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-connection-factory"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Bridge 2", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Object To Json Transformer 3", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Delayer 4", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Graph Controller 5", "eipId": {"namespace": "http", "name": "graph-controller"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from xpath-header-enricher through claim-check-out, delayer, then to annotation-config | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Header Enricher 1", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Delayer 3", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Annotation Config 4", "eipId": {"namespace": "integration", "name": "annotation-config"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from channel through object-to-json-transformer, spel-function, filter, then to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "jms", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Spel Function 3", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Filter 4", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 5", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from message-driven-channel-adapter through bridge, claim-check-in, transform, then to message-driven-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "jms", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Bridge 2", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Transform 4", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 5", "eipId": {"namespace": "jms", "name": "message-driven-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from poller through delayer, claim-check-out, then to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Poller 1", "eipId": {"namespace": "integration", "name": "poller"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Delayer 2", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Gateway 4", "eipId": {"namespace": "ftp", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from outbound-gateway through json-to-object-transformer, claim-check-out, then to tcp-outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "web-services", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Tcp Outbound Gateway 4", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from message-history through object-to-json-transformer, json-to-object-transformer, header-filter, then to xpath-expression | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message History 1", "eipId": {"namespace": "integration", "name": "message-history"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Filter 4", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Xpath Expression 5", "eipId": {"namespace": "xml", "name": "xpath-expression"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from script through aggregator, claim-check-in, then to bridge | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Script 1", "eipId": {"namespace": "groovy", "name": "script"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Bridge 4", "eipId": {"namespace": "integration", "name": "bridge"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from udp-inbound-channel-adapter through delayer, header-enricher, then to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Udp Inbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "udp-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Delayer 2", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Enricher 3", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Outbound Gateway 4", "eipId": {"namespace": "ftp", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from gateway through logging-channel-adapter, claim-check-out, then to header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Gateway 1", "eipId": {"namespace": "integration", "name": "gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Logging Channel Adapter 2", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Enricher 4", "eipId": {"namespace": "integration", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from aggregator through json-to-object-transformer, object-to-json-transformer, spel-function, then to xpath-header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Aggregator 1", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Object To Json Transformer 3", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Spel Function 4", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Xpath Header Enricher 5", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from inbound-channel-adapter through spel-function, json-to-object-transformer, claim-check-in, then to publish-subscribe-channel | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Spel Function 2", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Claim Check In 4", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 5", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from header-enricher through filter, json-to-object-transformer, then to publish-subscribe-channel | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Enricher 1", "eipId": {"namespace": "jms", "name": "header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 4", "eipId": {"namespace": "jms", "name": "publish-subscribe-channel"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from tcp-outbound-gateway through header-enricher, claim-check-in, header-filter, then to spel-function | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Outbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check In 3", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Filter 4", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Spel Function 5", "eipId": {"namespace": "integration", "name": "spel-function"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from enricher through splitter, object-to-json-transformer, claim-check-in, then to claim-check-out | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Enricher 1", "eipId": {"namespace": "integration", "name": "enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Object To Json Transformer 3", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Claim Check In 4", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Claim Check Out 5", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from header-filter through filter, json-to-object-transformer, then to scatter-gather | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Filter 1", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Scatter Gather 4", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from claim-check-out through claim-check-in, delayer, then to publish-subscribe-channel | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Claim Check Out 1", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check In 2", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Delayer 3", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 4", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from xpath-header-enricher through delayer, json-to-object-transformer, then to enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Header Enricher 1", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Delayer 2", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Enricher 4", "eipId": {"namespace": "integration", "name": "enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from unmarshalling-transformer through header-filter, aggregator, then to xpath-filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Unmarshalling Transformer 1", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Filter 2", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Aggregator 3", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Xpath Filter 4", "eipId": {"namespace": "xml", "name": "xpath-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from inbound-streaming-channel-adapter through logging-channel-adapter, claim-check-out, then to publishing-interceptor | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 1", "eipId": {"namespace": "sftp", "name": "inbound-streaming-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Logging Channel Adapter 2", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Publishing Interceptor 4", "eipId": {"namespace": "integration", "name": "publishing-interceptor"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from inbound-gateway through splitter, header-filter, then to exception-type-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "jms", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Filter 3", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Exception Type Router 4", "eipId": {"namespace": "integration", "name": "exception-type-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from inbound-channel-adapter through filter, aggregator, then to file-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Aggregator 3", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "File To String Transformer 4", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from xpath-expression through logging-channel-adapter, delayer, claim-check-in, then to publishing-interceptor | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Expression 1", "eipId": {"namespace": "xml", "name": "xpath-expression"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Logging Channel Adapter 2", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Delayer 3", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Claim Check In 4", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Publishing Interceptor 5", "eipId": {"namespace": "integration", "name": "publishing-interceptor"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from message-driven-channel-adapter through logging-channel-adapter, spel-function, object-to-json-transformer, then to transaction-synchronization-factory | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "jms", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Logging Channel Adapter 2", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Spel Function 3", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Object To Json Transformer 4", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Transaction Synchronization Factory 5", "eipId": {"namespace": "integration", "name": "transaction-synchronization-factory"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from tcp-inbound-gateway through aggregator, json-to-object-transformer, then to scatter-gather | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Scatter Gather 4", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from channel through splitter, header-filter, then to message-driven-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "jms", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Filter 3", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 4", "eipId": {"namespace": "jms", "name": "message-driven-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from splitter through json-to-object-transformer, logging-channel-adapter, then to xpath-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Splitter 1", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Logging Channel Adapter 3", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Xpath Router 4", "eipId": {"namespace": "xml", "name": "xpath-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from header-value-router through filter, header-enricher, claim-check-in, then to udp-outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Value Router 1", "eipId": {"namespace": "integration", "name": "header-value-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Enricher 3", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Claim Check In 4", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Udp Outbound Channel Adapter 5", "eipId": {"namespace": "tcp-udp", "name": "udp-outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from inbound-channel-adapter through header-enricher, delayer, then to header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "sftp", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Delayer 3", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Header Enricher 4", "eipId": {"namespace": "jms", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from json-to-object-transformer through json-to-object-transformer, delayer, logging-channel-adapter, then to file-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Json To Object Transformer 1", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Json To Object Transformer 2", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Delayer 3", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Logging Channel Adapter 4", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "File To String Transformer 5", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from inbound-streaming-channel-adapter through spel-function, bridge, aggregator, then to aggregator | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "inbound-streaming-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Spel Function 2", "eipId": {"namespace": "integration", "name": "spel-function"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Bridge 3", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Aggregator 4", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Aggregator 5", "eipId": {"namespace": "integration", "name": "aggregator"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from control-bus through bridge, transform, splitter, then to spel-function | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "groovy", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Bridge 2", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transform 3", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Splitter 4", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Spel Function 5", "eipId": {"namespace": "integration", "name": "spel-function"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Route a message from enricher through bridge, json-to-object-transformer, then to idempotent-receiver | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Enricher 1", "eipId": {"namespace": "integration", "name": "enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Bridge 2", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Idempotent Receiver 4", "eipId": {"namespace": "integration", "name": "idempotent-receiver"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}]} |
Route a message from delayer through object-to-json-transformer, transform, aggregator, then to barrier | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Delayer 1", "eipId": {"namespace": "integration", "name": "delayer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transform 3", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n4", "type": "eipNode", "data": {"label": "Aggregator 4", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n5", "type": "eipNode", "data": {"label": "Barrier 5", "eipId": {"namespace": "integration", "name": "barrier"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}, {"source": "n3", "target": "n4", "id": "edge_n3_n4"}, {"source": "n4", "target": "n5", "id": "edge_n4_n5"}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.