TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Advanced Messaging & Routing with AMQP

24 pointsby igrigorikover 15 years ago

3 comments

superjaredover 15 years ago
A key feature in RabbitMQ 1.7, unmentioned in this post, is native SSL support. Before this version, stunnel was required to talk securely with Rabbit.
评论 #869552 未加载
azimover 15 years ago
I've been using Apache Qpid for some time and am pretty happy with it. Unfortunately I get the feeling that development on the draft 1.0 spec has fizzled out. It's kind of a chicken and egg scenario with developers not wanting to implement a spec which is still in flux and the AMQP workgroup not wanting to ratify a spec which doesn't have at least two compatible implementations. I really hope this isn't the case and we'll eventually see the 1.0 spec ratified, because right now compatibility is kind of a crapshoot with different vendors all implementing different pre-release specs.
michael_hover 15 years ago
Just a note: for your code examples, you posted the publisher twice (I think the second one is supposed to be the code for the consumer).
评论 #869697 未加载