InfoQ

Topic/Tag specific view

All content and news on InfoQ about Messaging


Latest featured content about Messaging

Pete Lacey on REST and Web Services

Community
SOA
Topics
WS Standards,
Messaging,
Web Services

In this interview, recorded at QCon San Francisco, (then) Burton Group consultant Pete Lacey talks to Stefan Tilkov about the reasons for his disillusionment SOAP and his opinions on how to best achieve loose coupling. Pete also describes the ideas behind REST, and addresses some of its perceived shortcomings. Finally, he discusses cases wher SOAP/WS-* or RESTful HTTP might be more appropriate.

News about Messaging

TIBCO to support WCF

Community
.NET,
SOA
Topics
Messaging

TIBCO has announced plans for adding WCF support to its Enterprise Message Service.

WebSphere Updates: sMash, eXtreme Scale, Virtual Enterprise, Business Events

Community
Architecture,
Java,
SOA
Topics
Web 2.0,
Virtualization,
Clustering & Caching,
Performance & Scalability,
Grid Computing,
Messaging

At IBM IMPACT this week, IBM announced a several new and re-randed upgraded products dealing with virtualization (Virtual Enterprise), clustering & caching (eXtreme Scale), complex event processing (Business Events), and RESTful web apps (sMash). InfoQ spoke to various execs and product managers to find out more.

Integrating Flex 3.0 and RabbitMQ Using STOMP

Community
Java
Topics
Rich Internet Apps,
Messaging

Derek Wischusen shared his experiment that integrating RabbitMQ with a Flex 3 using an ActionScript 3 STOMP client. It's a demonstration of messaging oriented RIA application concept.

POJO Messaging Architecture with Terracotta

Community
Architecture
Topics
Design,
Performance & Scalability,
Messaging,
Grid Computing

Mark Turansky detailed his implementation of a message bus architecture using Terracotta and Java 5. Instead of using an MQ or JMS based deployment, Mark took advantage of the Terracotta architecture to create his POJO message bus. This allowed for a clean, simple, and inexpensive infrastructure solution to his message needs.

Articles about Messaging

Spectacular Scalability with Smart Service Contracts

Community
Architecture,
SOA
Topics
ESB,
Performance & Scalability,
Messaging

Scalability isn't the Boolean value stateless design tends to assume. Udi’s team averts a second failure using service contracts to address multiple dimensions of scale.

Introduction to ActiveMessaging for Rails

Community
Ruby
Topics
Ruby on Rails,
Messaging,
Programming

The maintainer of ActiveMessaging for Ruby on Rails gives a comprehensive and informative introduction to his open-source framework, which enables enterprise messaging technologies to be easily integrated with Ruby on Rails applications, and is getting support from noted industry leaders such as James Strachan and Jon Tirsen.

Messaging Interop with JMS & Spring.NET

Community
.NET,
Java
Topics
Java plus .NET Integration,
Interop,
Messaging

Message oriented middleware has long been a popular choice to integrate diverse platforms. Using MOM as a basis for communication between .NET and Java this article demonstrates interoperability between a .NET client and a Java middle tier using the JMS support in the Spring framework, available for .NET as well as Java, to provide a common programming model across both tiers of the application.

Presentations about Messaging

Event Patterns

Community
Architecture,
.NET,
Java
Topics
Messaging

Ian Cartwright presents some of his work (developed with Martin Fowler) on Event Patterns, including: Event Sourcing, Event Collaboration, Parallel Model, and Retroactive Event. These patterns can be used in scenarios where a sequence of domain model changes may need to be recorded, reversed, corrected, or simply observed.