Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Gyrex » JMS support
JMS support [message #905647] Thu, 30 August 2012 20:00 Go to next message
Stefano Visconti is currently offline Stefano ViscontiFriend
Messages: 2
Registered: August 2012
Junior Member
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 11:06 Go to previous message
Gunnar Wagenknecht is currently offline Gunnar WagenknechtFriend
Messages: 486
Registered: July 2009
Location: San Francisco ✈ Germany
Senior Member

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: Tue Mar 19 04:31:14 GMT 2024

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

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

Back to the top