Entries in AMQP (9)
Simple AMQP Library for Ruby
Aman Gupta has just completed a Ruby client implementation of AMQP that is now available on his Github repository. This article describes the background of this project, the motivation behind a Ruby AMQP implementation and demonstrates some working code examples. This article will be of interest to you if you are looking for a simple Rubyesque API for interfacing with enterprise grade messaging.
Server Side AS3
Today I was asked to present something at Osmosoft's Show And Tell gathering, so I decided to write a small summary of the presentation. I was asked to talk about something to do with RabbitMQ, make it hip by using Github and because Osmosoft created TiddlyWiki, it would be cool if it were something funky that could be self-contained within a browser. So I came up with the idea of turning a Flash player into a server, hence freeing AS3 from it's client side only image.
Introducing Shovel: An AMQP Relay
This article introduces a plugin component for the RabbitMQ broker that relays AMQP messages to a remote broker. The component is called Shovel and it is a deployed as an embedded message consumer on an instance of RabbitMQ. It receives messages from the broker running in the same address space and in turn relays them to a remote broker. The use case for Shovel is a scenario where a message producer sends messages over a high-speed LAN to a broker which then asynchronously relays them over a low-speed WAN to a destination broker.
Build Your Own AMQP Client
This article describes how to build your own client for the AMQP protocol. It is intended to give implementors an overview of the considerations that may influence design decisions in their target language. The article is a discussion of the AMQP protocol and the relevant touch points for implementing a client in a particular language.
TLS Support In The AS3 AMQP Client
Experimental TLS/SSL support was introduced to the AS3 library for AMQP in version 0.1.2. This provides TLS-based tunneling to an AMQP broker that provides this functionality. This article describes how to set up transport layer encryption for the interaction between an AS3 client and the RabbitMQ broker.
