Skip to content

jpshackelford/activemessaging

Repository files navigation

ActiveMessaging

== DESCRIPTION:

ActiveMessaging is an attempt to bring the simplicity and elegance of rails
development to the world of messaging. Messaging, (or event-driven architecture)
is widely used for enterprise integration, with frameworks such as Java's JMS,
and products such as ActiveMQ, Tibco, IBM MQSeries, etc.

ActiveMessaging is a generic framework to ease using messaging, but is not tied
to any particular messaging system - in fact, it now has support for Stomp, JMS
(using StompConnect or direct on JRuby), WebSphere MQ, Amazon Simple Queue 
Service (SQS), and the all Ruby ReliableMessaging. 

== FEATURES/PROBLEMS:

* FIXME (list of features or problems)

== SYNOPSIS:

  FIXME (code sample of usage)

== REQUIREMENTS:

* FIXME (list of requirements)

== INSTALL:

* FIXME (sudo gem install, anything else)

== LICENSE:

Copyright (c) 2008 by the authors listed in AUTHORS.txt
 
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the 
License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS OF ANY KIND, either express or implied. See the License for the 
specific language governing permissions and limitations under the License.

About

This is a fork of the official activemessaging plugin hosted googlecode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages