Table of Contents
- Title and Copyright Information
- Preface
- 1 Overview of the WebLogic JMS .NET Client
- 2 Installing and Copying the WebLogic JMS .NET Client Libraries
-
3
Developing a Basic JMS Application Using the WebLogic JMS .NET API
- Creating a JMS .NET Client Application
-
Example: Writing a Basic PTP JMS .NET Client Application
- Prerequisites
-
Basic Steps
- Step 1. Create a context
- Step 2. Look up JMS connection factory
- Step 3. Look up JMS destinations
- Step 4. Create a connection using the connection factory
- Step 5. Start the connection
- Step 6. Create a session using the connection
- Step 7. Create a message producer and send a message
- Step 8. Create a message consumer and receive a message
- Step 9. Close the connection
- Step 10. Close the context
- Using Advanced Concepts in JMS .NET Client Applications
-
4
Programming Considerations
- Using WebLogic JMS Extensions
- Limitations of Using the WebLogic JMS .NET Client
- Exchanging Messages Between Different Language Environments
- Specifying the URL Format
- Implementing Security With the JMS .NET Client
- Configuring Logging and Debugging
- Understanding Socket and Threading Behavior
- Data Conversion Between Java and .NET
- Best Practices
- A JMS .NET Client Sample Application