skyscreamer / nevado

A JMS driver for Amazon SQS.
http://nevado.skyscreamer.org/
Apache License 2.0
51 stars 48 forks source link

Message Driven Bean Configuration? #95

Open pluttrell opened 10 years ago

pluttrell commented 10 years ago

I'm working on a JavaEE app that will deploy to JBoss (Wildfly) 8.1 in the AWS cloud. It will include a number of Message Driven Beans that listen on a series of JMS queues. And I'd like to use Amazon's SQS as the JMS server. Is it possible to use Nevado to bridge Wildfly to SQS?

If so, how is it done? More specifically, how is the MDB (and Wildfly) configured to get this wired up?