File size: 4,430 Bytes
3de279d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
  "createdAt": "2021-03-09T14:05:33.799Z",
  "updatedAt": "2021-03-09T14:15:46.076Z",
  "id": "112",
  "name": "Rabbitmq:queue:exchange",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "id": "ee0f6961-37a7-486d-9d75-f73aa8708750"
    },
    {
      "parameters": {
        "queue": "=SimpleQueue",
        "sendInputData": false,
        "message": "=Message{{Date.now()}}",
        "options": {
          "autoDelete": true,
          "durable": false
        }
      },
      "name": "RabbitMQ",
      "type": "n8n-nodes-base.rabbitmq",
      "typeVersion": 1,
      "position": [
        500,
        200
      ],
      "credentials": {
        "rabbitmq": {
          "id": "79",
          "name": "RabbitMQ creds"
        }
      },
      "id": "3b3b66f0-91ab-4a41-a2ab-fec7ce0e36e4"
    },
    {
      "parameters": {
        "mode": "exchange",
        "exchange": "FanoutExchange",
        "routingKey": "test",
        "sendInputData": false,
        "message": "=FanoutMessage{{Date.now()}}",
        "options": {
          "durable": false
        }
      },
      "name": "RabbitMQ1",
      "type": "n8n-nodes-base.rabbitmq",
      "typeVersion": 1,
      "position": [
        500,
        350
      ],
      "credentials": {
        "rabbitmq": {
          "id": "79",
          "name": "RabbitMQ creds"
        }
      },
      "id": "f4bb81a0-f6c2-4194-b8ec-0fe6f2350384"
    },
    {
      "parameters": {
        "mode": "exchange",
        "exchange": "DirectExchange",
        "exchangeType": "direct",
        "routingKey": "test",
        "sendInputData": false,
        "message": "=DirectMessage{{Date.now()}}",
        "options": {
          "durable": false
        }
      },
      "name": "RabbitMQ2",
      "type": "n8n-nodes-base.rabbitmq",
      "typeVersion": 1,
      "position": [
        650,
        350
      ],
      "credentials": {
        "rabbitmq": {
          "id": "79",
          "name": "RabbitMQ creds"
        }
      },
      "id": "ecd77a9f-6523-445d-a7b1-e1585c652c55"
    },
    {
      "parameters": {
        "mode": "exchange",
        "exchange": "TopicExchange",
        "exchangeType": "topic",
        "routingKey": "test",
        "sendInputData": false,
        "message": "=TopicMessage{{Date.now()}}",
        "options": {
          "durable": false
        }
      },
      "name": "RabbitMQ3",
      "type": "n8n-nodes-base.rabbitmq",
      "typeVersion": 1,
      "position": [
        800,
        350
      ],
      "credentials": {
        "rabbitmq": {
          "id": "79",
          "name": "RabbitMQ creds"
        }
      },
      "id": "bd8becb0-8c2b-4516-b375-ac005bfe9a18"
    },
    {
      "parameters": {
        "mode": "exchange",
        "exchange": "HeadersExchange",
        "exchangeType": "headers",
        "routingKey": "test",
        "sendInputData": false,
        "message": "=HeadersMessage{{Date.now()}}",
        "options": {
          "durable": false
        }
      },
      "name": "RabbitMQ4",
      "type": "n8n-nodes-base.rabbitmq",
      "typeVersion": 1,
      "position": [
        950,
        350
      ],
      "credentials": {
        "rabbitmq": {
          "id": "79",
          "name": "RabbitMQ creds"
        }
      },
      "id": "abdcf5b6-21ef-40da-b58d-3a2f9ad3b676"
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "RabbitMQ",
            "type": "main",
            "index": 0
          },
          {
            "node": "RabbitMQ1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RabbitMQ1": {
      "main": [
        [
          {
            "node": "RabbitMQ2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RabbitMQ2": {
      "main": [
        [
          {
            "node": "RabbitMQ3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RabbitMQ3": {
      "main": [
        [
          {
            "node": "RabbitMQ4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "staticData": null,
  "meta": null,
  "pinData": null,
  "versionId": null,
  "triggerCount": 0,
  "tags": []
}