This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: how to configure oracle aq in wildfly 9?pmm Oct 12, 2015 2:17 AM (in response to i84762)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
 
 
    