2 Replies Latest reply on Jul 1, 2012 9:05 AM by carterpage

    SQS-JMS adapter

    rcbeuker

      I am looking for a possibility to use Amazon Simple Queue Service (SQS) with GlassFish. Instead of using a separate program for the translation of SQS to JMS, I'm thinking of the possibility to build a JMS 'driver' which uses SQS as transport mechanism. Is it possible to

      implement SQS as a pluggable transport protocol underlying HornetQ? Where should I start?

       

      Regards,

       

      Roland Beuker

        • 1. SQS-JMS adapter
          clebert.suconic

          Sorry for the delay.. I guess I missed this message.

           

          I'm not sure about the SQS mechanism. It doesn't sound like an API to me.

           

          You could maybe develop a Bridge?

          • 2. Re: SQS-JMS adapter
            carterpage

            It's not as easy as it looks, building your own driver.

             

            You can use the Nevado JMS provider for SQS.  It's more than 80% JMS compliant, and you can trust it's stability, since it's got a gory level of unit testing for the portions of the spec it supports.