Connectivity story: WebSphere Application Server JMS connectivity
As a Zero application programmer, I want to be able to send messages to and receive messages from applications running on Websphere Application Server using JMS, so that I can connect to my enterprise applications.
Details
Many enterprise applications running on WebSphere Application Server are connected via JMS. To be able to make use of these application from within a Zero application I need to be able to:
- Read from queues
- Write to queues
- Message access is only from within an application: it is not necessary to initiate Zero applications based on incoming messages
- Support for topics is not needed
- Use the Connection API to be consistent with other protocols
-- NickB - 20 Aug 2008