Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

JORAM (Java Open Reliable Asynchronous Messaging) is an open source implementation of the JMS (Java Message Service) 1.1 API. It provides access to a really distributed MOM (Message Oriented Middleware), built on top of the ScalAgent D.T. agents based platform and used within many critical ... [More] operational applications. Stable versions of JORAM are JMS 1.1 certified. Moreover JORAM is used by JOnAS to undergo the J2EE 1.4 certification, and has passed all tests concerning JMS 1.1 certification in this J2EE TCK. JORAM is a mature project started in 1999, it is an open source software released under the LGPL license since May 2000. Professional Support is available from Scalagent D.T. [Less]

5.0
 
  1 review  |  17 users  |  191,966 lines of code  |  7 current contributors  |  Analyzed 3 days ago
 
 

PyMQI is a Python library for working with WebSphere MQ (formerly known as MQSeries) implementing MQI and PCF protocols. It allows one to connect to queues, put, browse, get messages and to programmatically administer MQ objects. PyMQI has been used in production environments for several years ... [More] and is known to work on Linux, Windows, Solaris and AIX with queue managers running on Linux, Windows, Solarix, AIX and z/OS mainframe. Visit the online documentation at http://packages.python.org/pymqi/. [Less]

5.0
 
  0 reviews  |  1 user  |  17,564 lines of code  |  1 current contributor  |  Analyzed over 1 year ago
 
 

OnlineMQ puts traditional message queuing over the web. The service consist of 1. Server side which is our core application running in the cloud (Joyent cloud computing) 2. API libraries and software (client side) All our API (client-side) code is open-source, it varies from general Java API to ... [More] a few application like the File Transfer and the Client Application. OnlineMQ service is free to use, but before you can continue, you should open an account at http://www.onlinemq.com. - Java API (ready) - Ruby API (in progress) - Php API (In Progress) [Less]

5.0
 
  1 review  |  1 user  |  9,769 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

MemcacheQ is a memcachedb variant that provides simple message queue service. For more info, please check: http://memcachedb.org/memcacheq/

0
 
  0 reviews  |  0 users  |  12,283 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

NetMQ is an industrial-strength, high-performance implementation of the Advanced Messaging Queueing Protocol (AMQP.) NetMQ is written in the C programming language for use on POSIX-compliant systems. The NetMQ system consists of a server progam, a client program which allows interaction with the ... [More] server via a command-line interface, a shared library containing server functions, a shared library containing client functions, and C header files for use in developing software which interface with the NetMQ system. The current version of NetMQ implements the AMQP Standard version 0.8. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

Simplistic STOMP Client for PHPThis is an extremely simple (simplistic?) client for Streaming Text Orientated Messaging Protocol (STOMP), written in PHP. It has no intentions of replacing the already existing STOMP client for PHP (http://stomp.codehaus.org/PHP). The reasons for making it wasI ... [More] needed code with as little complexity as possible to lower risk of bugs and to have maximum performance for our specific usage. The existing client did not work with RabbitMQ's STOMP gateway (http://www.rabbitmq.com/). The existing client had a tendency of getting stuck in loops when things failed. ScopeIt is only tested with the RabbitMQ STOMP gateway and RabbitMQ Server 1.4.0 (http://www.rabbitmq.com/). It only supports sending messages to STOMP, no support for sending other commands than 'CONNECT', 'SEND', 'DISCONNECT', receiving commands 'CONNECTED', 'RECEIPT'. It assumes the length of to be the same on all systems, I do not know if this is a fair assumption. FactsCurrently used in production at Heysan to add some of our http requests to a queue instead of letting PHP do the heavy, and synchronous, work of doing the http requests to Admob. ContributeI'd be happy to add Project Members to this project, any improvements are welcome. Feel free to tell me if you use this client, always fun to know. Contact me. I will not contribute anything to this project in a foreseeable future. Contactmoc (tod) liamg (ta) sullak (tod) natanoj Reverse everything and then replace the (x) with their characters. [Less]

0
 
  0 reviews  |  0 users  |  59 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

MQ is a quiz game for multiple players connected via the internet or network. Each turn one player has to ask a question, and who types in the answer first, gets a point. MQ is written in Java.

0
 
  0 reviews  |  0 users  |  45,633 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

SimpleMQ is a simple persistent or in-memory message queue written i Java. Simple to use and config. SimpleMQ can also expose a message queue to clients on the network. Create a new queue (or get a reference to an already existing queue): MessageQueue queue = ... [More] MessageQueueService.getMessageQueue("test");Send a simple String message: queue.send(new MessageInput("hello"))Or send a Serializable object: queue.send(new MessageInput().setObject("there"));Receive a message: Message msg = queue.receive();Delete the message: queue.delete(msg);Delete the queue: MessageQueueService.deleteMessageQueue("test")That's it. Java DocPlease read the JavaDoc for more information. Other examplesPlease take a look at other examples in the simple-mq-examples project. It contains a Spring-remoting example and some simpler examples. PersistentExample.java SimpleInMemoryExample.java a Spring-remoting example DependenciesIf you dont use Maven, then you will have to download the following and add the jars to your classpath: commons-logging 1.1.x hsqldb 1.8.x MavenThis project uses Maven. read more... [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Project Kruger aims to provide a nice and rich graphical user interface for interacting with MQ with an idea to be seamless and user friendly for laymen users and also performance testers.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

XAware 5 is open source data integration software for creating and managing composite data services for SOA and Web 2.0 applications. XAware enhances the productivity of other development tools and frameworks by building composite data services. These services provide real-time access to ... [More] information and the ability to abstract, transform, aggregate and mashup data. Developers use these XAware capabilities to create a data virtualization layer, which delivers a single view of re-usable meta-data that is granular, normalized and can be consumed or served up easily. [Less]

5.0
 
  0 reviews  |  0 users  |  4,507,029 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.