On Thu, Mar 19, 2009 at 1:59 AM, Alexis Richardson < [email protected]> wrote:
> Great. What sorts of scenarios would be most interesting for you guys? To my mind: - A virtual ESME user is really the surfacing of a RabbitMQ queue (or collection of them) so that systems that talk to Rabbit can also be systems that talk to ESME - A filter action that puts a message into a Rabbit queue so that I can create a rule that filters a lot of disparate data streams into something that can then be sent off to other systems that listen to Rabbit There are a couple of features that these imply: - Multiple "users" per log in account. If I'm going to channel a Rabbit queue (or set of queues), I want a separate ESME user that people can follow, but I don't want to have separate login credentials. - The filter language needs to be a lot like spreadsheet formula functions because those are what business people can best deal with... or like HyperCard statements Thanks, David > > > alexis > > > On Thu, Mar 19, 2009 at 8:18 AM, Hirsch, Richard > <[email protected]> wrote: > > Lift supports AMQP already and once we support AMQP in ESME we can try > out a variety of AMQP implementations. > > > > By the way, I created two JIRA items for AMQP: > https://issues.apache.org/jira/browse/ESME-48 > > > > D. > > > > ________________________________ > > > > From: [email protected] on behalf of Bertrand Delacretaz > > Sent: Wed 18.03.2009 16:56 > > To: Alexis Richardson > > Cc: [email protected] > > Subject: Re: Ideas concerning RabbitMQ - ESME Integration > > > > > > > > Hi Alex, > > > > On Wed, Mar 18, 2009 at 1:32 PM, Alexis Richardson > > <[email protected]> wrote: > >> Thanks for this.... > > > > You're welcome! > > > >> On Wed, Mar 18, 2009 at 8:42 AM, Bertrand Delacretaz > >> <[email protected]> wrote: > >>> ...Note that ActiveMQ (http://activemq.apache.org < > http://activemq.apache.org/> ) also implements > >>> various messaging protocols,... > > > >> Indeed. I would recommend looking at multiple options... > > > > I also forgot to mention Apache Qpid, which is another AMQP > > implementation (two actually: C++ and Java, plus clients) - > > http://qpid.apache.org/. > > > > -Bertrand > > > > > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp
