/[drupal]/contributions/modules/msgqueue/README.txt
ViewVC logotype

Contents of /contributions/modules/msgqueue/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Fri Dec 14 07:03:35 2007 UTC (23 months, 1 week ago) by larham
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Changes since 1.3: +13 -3 lines
File MIME type: text/plain
line wraps
1 # $Id: $
2
3 The msgqueue Module for Drupal
4
5 Message-oriented middleware is a common means to enable communication between
6 heterogeneous systems. For example, if a java system wants to know about events
7 happening in Drupal, this messaging module is one way to provide such information.
8
9 The "msgqueue" module integrates Drupal with messaging system like Apache ActiveMQ.
10 This module accesses Drupal events by implementing hooks for users, nodes, and comments,
11 and is licensed under GPLv2. The hooks supply events when any insert, update, or delete
12 action takes place for any user, node or comment. An XML message about any such Drupal
13 event is sent to the messaging system. The module formats XML messages using minixml,
14 and puts them into a queue via the Stomp protocol of ActiveMQ.
15
16 More info at http://codeguild.com/presentations/DrupalMsgQueue.html ; the author can
17 be contacted at that website.

  ViewVC Help
Powered by ViewVC 1.1.2