Skip to main content



      Home
Home » Archived » Gyrex » JMS support
JMS support [message #905647] Thu, 30 August 2012 16:00 Go to next message
Eclipse UserFriend
Hi

is there any plan to include an embedded JMS server? I think ActiveMQ from Apache would be a good choice. The Admin tool could allow to configure queues and topics.

JMS is widely used as a communication between J2EE Apps and could also act as a "legacy bridge" between an OSGI world and other kinds of apps.

Thanks
Re: JMS support [message #905955 is a reply to message #905647] Fri, 31 August 2012 07:06 Go to previous message
Eclipse UserFriend
Hi,

Am 30.08.2012 22:00, schrieb Stefano Visconti:
> is there any plan to include an embedded JMS server?

We do have a simple queue service available as an OSGi service. We use
it for scheduling jobs to workers, i.e. the jobs a queued and then each
worker pulls from the queue.

The current implementation persists messages in ZooKeeper. This puts
some limits on message size. However, it's possible to provide an
alternate implementations based on Amazon SQS, RabbitMQ or ActiveMQ.

I haven't investigated yet if it's possible to use the JMS API for
publishing and consuming message. However, the OSGi service API is very
simple.

org.eclipse.gyrex.cloud.services.queue.IQueueService

I started a wiki page here:
http://wiki.eclipse.org/Gyrex/Development_Space/Queue_Service

-Gunnar


--
Gunnar Wagenknecht
gunnar@xxxxxxxx
http://wagenknecht.org/
Previous Topic:JAX-RS Tutorial
Next Topic:Query on response messages
Goto Forum:
  


Current Time: Sun Jul 06 14:52:08 EDT 2025

Powered by FUDForum. Page generated in 0.04240 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top