A blog about my daily tech ramblings.

Showing posts with label log4j. Show all posts
Showing posts with label log4j. Show all posts

Tuesday, 6 December 2011

Sunday, 4 December 2011

Friday, 2 December 2011

Saturday, 26 November 2011

Using Spring JMS with Oracle AQ [XMLType payload]

November 26, 2011 Posted by Unknown , , , , 1 comment

Using Spring JMS with Oracle AQ [ Without Spring JDBC Extension ]


Code available at https://github.com/sachin-handiekar/spring-jms-oracle-aq

Create a queue table with XMLType payload


* Create a queue


Code 

AQ Connection factory


AQ Destination Factory



Message Listener for XMLType message



Message Listener Container



Sending XML Message to the queue