Spring JMS and Oracle AQ

后端 未结 3 939
遇见更好的自我
遇见更好的自我 2021-01-19 14:31

Has anyone got Spring JMS to work with an Oracle AQ queue?

I am trying to connect to AQ based on this article http://blog.nominet.org.uk/tech/2007/10/04/spring-jms-w

3条回答
  •  -上瘾入骨i
    2021-01-19 15:03

    This is how you can solve it if you are using Spring: http://blog.javaforge.net/post/30858904340/oracle-advanced-queuing-spring-custom-types

    In a "springless" environment just create your own message consumer like described in the blog post above.

提交回复
热议问题