09.12.2012 Views

Advanced Queuing - Oracle

Advanced Queuing - Oracle

Advanced Queuing - Oracle

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}<br />

Message Transformation with JMS AQ<br />

topic = ((AQjmsSession)jms_session).getTopic("OE",<br />

"OE_bookedorders_topic");<br />

subscriber = new AQjmsAgent("WShip", "WS.WS_bookedorders_topic");<br />

((AQjmsSession )jms_session).createRemoteSubscriber(topic,<br />

subscriber, null, WSOrder.getFactory(),"OE2WS");<br />

}<br />

catch (JMSException ex)<br />

{<br />

System.out.println("Exception :" ex);<br />

}<br />

Creating Applications Using JMS 12-99

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!