Posting messages from a standalone client

The necessary code to write messages to a WebLogic Server queue doesn't have to use any WebLogic specific classes, just plain regular javax.jms.* and javax.naming.* components.

There are some classes and interfaces provided by WebLogic that help us access WebLogic-specific features, but as they address very specialized scenarios, chances are you're not going to use them very often. They are inside the weblogic.jms.extensions package, and you can find their Javadoc at http://docs.oracle.com/middleware/1212/wls/WLAPI/weblogic/jms/extensions/package-summary.html.

As said earlier in this chapter, the business functionality we're going to implement will act as a bridge between the partner's system and the Theater ...

Get Getting Started with Oracle WebLogic Server 12c: Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.