<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 15:51:36 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/rabbitmq/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Python Microservices Full Course - Event-Driven Architecture with ...]]></title><description><![CDATA[... RabbitMQ #python #microservices #rabbitmq]]></description><link>http://direct.ecency.com/hive-193084/@jza/6ufxui8o0dm2zglv4byed0</link><guid isPermaLink="true">http://direct.ecency.com/hive-193084/@jza/6ufxui8o0dm2zglv4byed0</guid><category><![CDATA[hive-193084]]></category><dc:creator><![CDATA[jza]]></dc:creator><pubDate>Sun, 12 Nov 2023 08:18:12 GMT</pubDate></item><item><title><![CDATA[Python: Using Flask + Celery + RabbitMQ]]></title><description><![CDATA[Celery is a pretty simple task queue that runs in the background. (asynchronous) Using Celery, a program can respond faster while some heavy tasks are still running in the background so that you don't]]></description><link>http://direct.ecency.com/python/@tomoyan/python-using-flask-celery-rabbitmq</link><guid isPermaLink="true">http://direct.ecency.com/python/@tomoyan/python-using-flask-celery-rabbitmq</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[tomoyan]]></dc:creator><pubDate>Fri, 18 Dec 2020 15:55:36 GMT</pubDate><enclosure url="https://images.ecency.com/p/2gsjgna1uruvGBHDnRaj2z6FsL6XEQR3pnqa26GnWuRf19eL9ozpfoaK8nkiXn6STTJinBPoLZsoxVuUvLWFYjDuaRa4AskAR5vANj7q23BcfTFoot?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Synchronization between two heterogeneous databases]]></title><description><![CDATA[Hello everybody! I decided to write about what I'm was doing. As you know, I work as a web developer and now I continue to develop in this direction. Recently, for educational purposes, I opened my resume]]></description><link>http://direct.ecency.com/blog/@spiritabsolute/synchronization-between-two-heterogeneous-databases</link><guid isPermaLink="true">http://direct.ecency.com/blog/@spiritabsolute/synchronization-between-two-heterogeneous-databases</guid><category><![CDATA[blog]]></category><dc:creator><![CDATA[spiritabsolute]]></dc:creator><pubDate>Thu, 16 Apr 2020 22:48:30 GMT</pubDate><enclosure url="https://images.ecency.com/p/Y2iXpRRkNSnseh3NuL6KUBitJTXrc5K337JuvFMn5DVKc?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[RabbitMQ basic use with python and dockarize]]></title><description><![CDATA[[ DRAFT ] TODO write this article do first item :)]]></description><link>http://direct.ecency.com/rabbitmq/@makseli/rabbitmq-basic-use-with-python-and-dockarize</link><guid isPermaLink="true">http://direct.ecency.com/rabbitmq/@makseli/rabbitmq-basic-use-with-python-and-dockarize</guid><category><![CDATA[rabbitmq]]></category><dc:creator><![CDATA[makseli]]></dc:creator><pubDate>Sun, 08 Dec 2019 23:19:24 GMT</pubDate></item><item><title><![CDATA[Using Camel and RabbitMQ in an OSGi R7 application, including custom message types]]></title><description><![CDATA[One of the many good practices OSGi [1] frameworks impose is properly modularizing your code. Having your app modularized, you have quite a few choices when it comes to communication between those modules.]]></description><link>http://direct.ecency.com/java/@into.software/using-camel-and-rabbitmq-in-an-osgi-r7-application-including-custom-message-types</link><guid isPermaLink="true">http://direct.ecency.com/java/@into.software/using-camel-and-rabbitmq-in-an-osgi-r7-application-including-custom-message-types</guid><category><![CDATA[java]]></category><dc:creator><![CDATA[into.software]]></dc:creator><pubDate>Fri, 03 May 2019 00:20:42 GMT</pubDate></item><item><title><![CDATA[Structuring tests in php-amqplib, the most used PHP library for RabbitMQ]]></title><description><![CDATA[Repository Introduction RabbitMQ is a popular message broker which enables to defer time-consuming tasks like file conversions, sending emails, or report generation, just to name a few, in order to provide]]></description><link>http://direct.ecency.com/utopian-io/@programarivm/structuring-tests-in-php-amqplib-the-most-used-php-library-for-rabbitmq</link><guid isPermaLink="true">http://direct.ecency.com/utopian-io/@programarivm/structuring-tests-in-php-amqplib-the-most-used-php-library-for-rabbitmq</guid><category><![CDATA[utopian-io]]></category><dc:creator><![CDATA[programarivm]]></dc:creator><pubDate>Sat, 13 Oct 2018 20:40:39 GMT</pubDate><enclosure url="https://images.ecency.com/p/cyxkEVqiiLy2ofdgrJNxeZC3WCHPBwR7MjUDzY4kBNr81MUWCnn1rj3bBSncJQqH3DekVVWfu5KSDRZ9UtXfKqffEJQJDW7GQqw3pJZ49kqhMk7G3pPPJ4658hhdk1iTPNn?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[RabbitMQ 설치하기]]></title><description><![CDATA[RabbitMQ 이란? RabbitMQ는 표준 AMQP (Advanced Message Queueing Protocol) 메세지 브로커 소프트웨어(message broker software) 오픈소스 이며 erlang언어로 개발 되었다 RabbitMQ를 매우 간단하게 편지를 작성하여 받는 사람에게 보낼 우체통(post box)->우체국(post]]></description><link>http://direct.ecency.com/kr/@jaerakson/2akxbd</link><guid isPermaLink="true">http://direct.ecency.com/kr/@jaerakson/2akxbd</guid><category><![CDATA[kr]]></category><dc:creator><![CDATA[jaerakson]]></dc:creator><pubDate>Tue, 11 Sep 2018 01:03:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/C3TZR1g81UNaPs7vzNXHueW5ZM76DSHWEY7onmfLxcK2iNfwd2KqxsjDMst7cdNXziNPzQBdCkjCvwNQdbY3CcXyEndmmabaZ3bTXL6FZSMPJKY6qzvz4ai?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[RabbitMQ - Open Source Multi-protocol Messaging Broker]]></title><description><![CDATA[RabbitMQ Open Source Multi-protocol Messaging Broker Screenshots View ImageView ImageView Image Hunter's comment Rabbit is a multi-protocol messaging broker, This app is an open source type. this application]]></description><link>http://direct.ecency.com/steemhunt/@sastrasaya/rabbitmq-open-source-multi-protocol-messaging-broker</link><guid isPermaLink="true">http://direct.ecency.com/steemhunt/@sastrasaya/rabbitmq-open-source-multi-protocol-messaging-broker</guid><category><![CDATA[steemhunt]]></category><dc:creator><![CDATA[sastrasaya]]></dc:creator><pubDate>Wed, 11 Jul 2018 13:57:45 GMT</pubDate><enclosure url="https://images.ecency.com/p/2bP4pJr4wVimqCWjYimXJe2cnCgnDN7j4BTB8HDK2Nr?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Ubuntu Server Üzerine RabbitMQ Message Broker Kurulumu]]></title><description><![CDATA[Merhabalar, bu yazımda özellikle uygulama geliştiriciler için broken yapısı kurmaktaki en basit istemcimiz olan RabbitMQ sistemini tanıyacağız. RadditMQ, Publisher ve Consumer mantığını baz alarak çalışıyor.]]></description><link>http://direct.ecency.com/utopian-io/@sedatyildiz/ubuntu-server-uezerine-rabbitmq-message-broker-kurulumu</link><guid isPermaLink="true">http://direct.ecency.com/utopian-io/@sedatyildiz/ubuntu-server-uezerine-rabbitmq-message-broker-kurulumu</guid><category><![CDATA[utopian-io]]></category><dc:creator><![CDATA[sedatyildiz]]></dc:creator><pubDate>Mon, 08 Jan 2018 22:53:03 GMT</pubDate><enclosure url="https://images.ecency.com/p/9RTqgzgfVW72S7jy5oDEA3D7uy4zS4189UZx8vStxdtKft3zUVKVgqP9Zq7vb2eoHJY3CHmRB4?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[First release of marcelmaatkamp/steemit-data-analysis-platform]]></title><description><![CDATA[Release v1.0 I hereby release the first version of my project where I ingest Steem data in JSON format, put it in RabbitMQ via and ingest the data via java Spring Boot into Neo4j where I can query the]]></description><link>http://direct.ecency.com/utopian-io/@marcelmaatkamp/first-release-of-marcelmaatkamp-java-spring-boot-example-neo4j-steemit</link><guid isPermaLink="true">http://direct.ecency.com/utopian-io/@marcelmaatkamp/first-release-of-marcelmaatkamp-java-spring-boot-example-neo4j-steemit</guid><category><![CDATA[utopian-io]]></category><dc:creator><![CDATA[marcelmaatkamp]]></dc:creator><pubDate>Sun, 07 Jan 2018 12:28:15 GMT</pubDate><enclosure url="https://images.ecency.com/p/YpihifdXP4WP1CjFK65rApZ6kawL2XKGkda4C9FHS2PB5RzwbJekn1JPrW7YBTvUQ1ksETo2Gec9i39nhbqJYgMrwZA3idSaqnw6YV7JtsmSpmviUxJkpj9yGeW9AWyLdRnivJYwqCmkummT7PWWsXnWv7W3zHS98ZqnXUjKYbtQ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Rabbitmq and Kernel Setting For Large Number of Connection]]></title><description><![CDATA[The default server kernel parameters are for desktop and minimal RAM/CPU usage, on production environment it doesn't make sense as we have much traffic. Every single connection uses a different port, and]]></description><link>http://direct.ecency.com/rabbitmq/@myusufe/rabbitmq-and-kernel-setting-for-large-number-of-connection</link><guid isPermaLink="true">http://direct.ecency.com/rabbitmq/@myusufe/rabbitmq-and-kernel-setting-for-large-number-of-connection</guid><category><![CDATA[rabbitmq]]></category><dc:creator><![CDATA[myusufe]]></dc:creator><pubDate>Fri, 17 Nov 2017 00:19:12 GMT</pubDate></item><item><title><![CDATA[Azure Containers, Kubernetes Clusters, Docker Images, RabbitMQ in the Cloud]]></title><description><![CDATA[Hi, if you are into new Cloud technologies feel free to check out my latest blog post about Kubernetes cluster on Azure cloud, with Docker container and RabbitMQ image:]]></description><link>http://direct.ecency.com/cloud/@massimobensi/azure-containers-kubernetes-clusters-docker-images-rabbitmq-in-the-cloud</link><guid isPermaLink="true">http://direct.ecency.com/cloud/@massimobensi/azure-containers-kubernetes-clusters-docker-images-rabbitmq-in-the-cloud</guid><category><![CDATA[cloud]]></category><dc:creator><![CDATA[massimobensi]]></dc:creator><pubDate>Mon, 18 Sep 2017 11:34:18 GMT</pubDate></item><item><title><![CDATA[Tips Fix RabbitMQ Problems in Loopback]]></title><description><![CDATA[Purpose The purpose of this post is to highlight the most common mistakes I experienced with Loopback and RabbitMQ myself. Mistakes I made and might have done too Receiving [rabbit.unhandled] MessageForgotten]]></description><link>http://direct.ecency.com/programming/@frankthedevop/tips-fix-rabbitmq-problems-in-loopback</link><guid isPermaLink="true">http://direct.ecency.com/programming/@frankthedevop/tips-fix-rabbitmq-problems-in-loopback</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[frankthedevop]]></dc:creator><pubDate>Tue, 15 Aug 2017 15:54:03 GMT</pubDate></item></channel></rss>