1 Reply Latest reply on Oct 12, 2015 2:17 AM by pmm

    how to configure oracle aq in wildfly 9?

    i84762

      We have to use Oracle Advanced Queues as message broker in our application which is set-up on Wildfly 9. Anyone knows how can we setup oracle jms in wildfly for this purpose?

        • 1. Re: how to configure oracle aq in wildfly 9?
          pmm

          AFAIK Oracle still doesn't ship a RAR and is blocking the requirement that any JMS implementation has to ship a RAR. You'll find many threads in this forum with the same problem and no good solution. AFAIK the possible solutions are

          • set up the WildFly/JBoss JMS bridge (Google should give you results for this)
          • set up a Spring MessageListenerContainer with EE 7 this can be configured to use the WildFly managed thread pool
          • build a custom RAR