<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Has anyone connected to RabbitMQ? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6695#M2905</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/2489"&gt;@bboren&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Great question! Have you connected with your Workato rep to see what custom connection options you have? Looking forward to hearing more on this!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Meghan&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 18:26:57 GMT</pubDate>
    <dc:creator>meghan-legaspi</dc:creator>
    <dc:date>2024-05-14T18:26:57Z</dc:date>
    <item>
      <title>Has anyone connected to RabbitMQ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6617#M2874</link>
      <description>&lt;P&gt;We have a customer looking to use Workato to connect to RAbbitMQ.&amp;nbsp; Has anyone done that? Any pointers?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 22:25:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6617#M2874</guid>
      <dc:creator>bboren</dc:creator>
      <dc:date>2024-05-03T22:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone connected to RabbitMQ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6695#M2905</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/2489"&gt;@bboren&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Great question! Have you connected with your Workato rep to see what custom connection options you have? Looking forward to hearing more on this!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Meghan&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 18:26:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6695#M2905</guid>
      <dc:creator>meghan-legaspi</dc:creator>
      <dc:date>2024-05-14T18:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone connected to RabbitMQ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6719#M2916</link>
      <description>&lt;P&gt;I haven't done it, but it might be worth looking at whether it's necessary or not.&amp;nbsp; Your org may already be heavily invested in it, but if not another option could be leveraging Workato's own Pub/Sub capability.&amp;nbsp; That way your recipes just tap into it without figuring out a connection elsewhere.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 16:10:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6719#M2916</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2024-05-21T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone connected to RabbitMQ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6724#M2917</link>
      <description>&lt;P&gt;In the case that Workato can't directly connect to RabbitMQ, there is also the option that for example Pika (a python rabbitMQ client library) can act like a consumer, process the messages, make API calls directly into Workato Pub/Sub using the platform API's. That way Pika acts like a 'dumb' forwarder with acknowledgement handling.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 14:18:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/6724#M2917</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2024-05-22T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone connected to RabbitMQ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/8194#M3435</link>
      <description>&lt;P&gt;DId anyone get a definitive answer about connecting with RabbitMQ, I also have a customer in need,&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 13:37:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/8194#M3435</guid>
      <dc:creator>wspinrad</dc:creator>
      <dc:date>2024-11-13T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone connected to RabbitMQ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/8208#M3439</link>
      <description>&lt;P&gt;[Using Workato SDK and RabbitMQ API Documentation as Ref]&lt;/P&gt;&lt;P&gt;You can use Python:&lt;/P&gt;&lt;P&gt;import requests&lt;BR /&gt;import pika&lt;BR /&gt;import json&lt;/P&gt;&lt;P&gt;# RabbitMQ connection settings&lt;BR /&gt;rabbitmq_host = 'your-rabbitmq-host'&lt;BR /&gt;queue_name = 'your-queue-name'&lt;/P&gt;&lt;P&gt;# Workato Webhook URL&lt;BR /&gt;workato_webhook_url = '&lt;A href="https://hooks.workato.com/webhooks/" target="_blank"&gt;https://hooks.workato.com/webhooks/&lt;/A&gt;&amp;lt;your-webhook-id&amp;gt;'&lt;/P&gt;&lt;P&gt;# RabbitMQ connection&lt;BR /&gt;connection = pika.BlockingConnection(pika.ConnectionParameters(host=rabbitmq_host))&lt;BR /&gt;channel = connection.channel()&lt;BR /&gt;channel.queue_declare(queue=queue_name)&lt;/P&gt;&lt;P&gt;# Message processing function&lt;BR /&gt;def callback(ch, method, properties, body):&lt;BR /&gt;message = json.loads(body)&lt;BR /&gt;# Send to Workato webhook&lt;BR /&gt;response = requests.post(workato_webhook_url, json=message)&lt;BR /&gt;print(f"Message sent to Workato: {response.status_code}")&lt;/P&gt;&lt;P&gt;channel.basic_consume(queue=queue_name, on_message_callback=callback, auto_ack=True)&lt;/P&gt;&lt;P&gt;print("Waiting for messages. To exit press CTRL+C")&lt;BR /&gt;channel.start_consuming()&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;This script:&lt;/P&gt;&lt;P&gt;1) Connects to RabbitMQ and listens to a queue.&lt;BR /&gt;2) Forwards any incoming messages to the Workato Webhook.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 03:28:26 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/8208#M3439</guid>
      <dc:creator>timwolfe</dc:creator>
      <dc:date>2024-11-17T03:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone connected to RabbitMQ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/8972#M3700</link>
      <description>&lt;P&gt;There is the RabbitMQ Webhooks plugin, but it MAY be a bit outdated. (Never used it before, but worth investigating) -&amp;nbsp;&lt;A href="https://hub.docker.com/r/neuralegion/rabbitmq-webhooks" target="_blank"&gt;neuralegion/rabbitmq-webhooks - Docker Image | Docker Hub&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 03:42:48 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/has-anyone-connected-to-rabbitmq/m-p/8972#M3700</guid>
      <dc:creator>blakesha</dc:creator>
      <dc:date>2025-02-25T03:42:48Z</dc:date>
    </item>
  </channel>
</rss>

