prompt
stringlengths 24
171
| response
stringlengths 318
1.03k
|
---|---|
Route a message from inbound-channel-adapter through json-to-object-transformer, then to payload-deserializing-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "sftp", "name": "inbound-channel-adapter"}}}, {"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": "Payload Deserializing Transformer 3", "eipId": {"namespace": "integration", "name": "payload-deserializing-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message from outbound-gateway through xpath-filter, xpath-transformer, then to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xpath Filter 2", "eipId": {"namespace": "xml", "name": "xpath-filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Xpath Transformer 3", "eipId": {"namespace": "xml", "name": "xpath-transformer"}}}, {"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"}]} |
Route a message from xpath-splitter through filter, xpath-transformer, then to aggregator | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Splitter 1", "eipId": {"namespace": "xml", "name": "xpath-splitter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Xpath Transformer 3", "eipId": {"namespace": "xml", "name": "xpath-transformer"}}}, {"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 a message from inbound-streaming-channel-adapter through unmarshalling-transformer, then to script | {"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": "Unmarshalling Transformer 2", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Script 3", "eipId": {"namespace": "groovy", "name": "script"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message from channel through unmarshalling-transformer, then to tcp-outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "jms", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Unmarshalling Transformer 2", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Tcp Outbound Gateway 3", "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"}]} |
Receive a message via File Outbound Channel Adapter and send it using MQTT Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "MQTT Outbound Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via File Outbound Channel Adapter and send it using MQTT Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "MQTT Outbound Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via MQTT Outbound Channel Adapter and send it using TCP Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "MQTT Outbound Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "TCP Outbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via HTTP Inbound Channel Adapter and send it using MQTT Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "HTTP Inbound Channel Adapter 1", "eipId": {"namespace": "http", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "MQTT Outbound Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via File Outbound Channel Adapter and send it using File Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via File Outbound Channel Adapter and send it using TCP Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "TCP Outbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via FTP Outbound Channel Adapter and send it using File Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "FTP Outbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via File Outbound Channel Adapter and send it using MQTT Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "MQTT Outbound Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via FTP Outbound Channel Adapter and send it using JMS Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "FTP Outbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via HTTP Inbound Channel Adapter and send it using File Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "HTTP Inbound Channel Adapter 1", "eipId": {"namespace": "http", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via HTTP Inbound Channel Adapter and send it using JMS Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "HTTP Inbound Channel Adapter 1", "eipId": {"namespace": "http", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via JMS Outbound Channel Adapter and send it using File Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via FTP Outbound Channel Adapter and send it using FTP Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "FTP Outbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "FTP Outbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via HTTP Inbound Channel Adapter and send it using File Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "HTTP Inbound Channel Adapter 1", "eipId": {"namespace": "http", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via TCP Outbound Channel Adapter and send it using FTP Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "TCP Outbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "FTP Outbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via File Outbound Channel Adapter and send it using FTP Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "FTP Outbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via File Outbound Channel Adapter and send it using File Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File Outbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via FTP Outbound Channel Adapter and send it using JMS Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "FTP Outbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via JMS Outbound Channel Adapter and send it using JMS Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a message via JMS Outbound Channel Adapter and send it using JMS Outbound Channel Adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "JMS Outbound Channel Adapter 1", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Route a message through file:inbound-channel-adapter β integration:transform β ftp: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": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through http:inbound-gateway β integration:filter β jms:outbound-gateway. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"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"}]} |
Route a message through file:inbound-channel-adapter β integration:transform β ftp: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": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through jms:inbound-channel-adapter β integration:header-enricher β jms:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "jms", "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": "Outbound Channel Adapter 3", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through jms:inbound-channel-adapter β integration:header-enricher β jms:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "jms", "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": "Outbound Channel Adapter 3", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through file:inbound-channel-adapter β integration:transform β ftp: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": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through http:inbound-gateway β integration:filter β jms:outbound-gateway. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"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"}]} |
Route a message through http:inbound-gateway β integration:filter β jms:outbound-gateway. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"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"}]} |
Route a message through tcp-udp:tcp-inbound-channel-adapter β integration:transform β mqtt:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through http:inbound-gateway β integration:json-to-object-transformer β integration:logging-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-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": "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"}]} |
Route a message through http:inbound-gateway β integration:filter β jms:outbound-gateway. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"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"}]} |
Route a message through file:inbound-channel-adapter β integration:transform β ftp: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": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through tcp-udp:tcp-inbound-channel-adapter β integration:transform β mqtt:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through file:inbound-channel-adapter β integration:transform β ftp: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": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through jms:inbound-channel-adapter β integration:header-enricher β jms:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "jms", "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": "Outbound Channel Adapter 3", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through file:inbound-channel-adapter β integration:transform β ftp: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": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through jms:inbound-channel-adapter β integration:header-enricher β jms:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "jms", "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": "Outbound Channel Adapter 3", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through tcp-udp:tcp-inbound-channel-adapter β integration:transform β mqtt:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through tcp-udp:tcp-inbound-channel-adapter β integration:transform β mqtt:outbound-channel-adapter. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transform 2", "eipId": {"namespace": "integration", "name": "transform"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Route a message through http:inbound-gateway β integration:filter β jms:outbound-gateway. | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"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"}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.