Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samgnaniah committed Oct 6, 2019
1 parent a5983c8 commit 81c3659
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -7,7 +7,7 @@ The `wso2/jms` module provides an API to connect to an external JMS provider lik
This module is created with minimal deviation from the JMS API to make it easy for the developers who are used to working
with the JMS API. This module is written to support both JMS 2.0 and JMS 1.0 API.

Currently, following JMS API Classes are supported through this module
Currently, the following JMS API Classes are supported through this module.

- Connection
- Session
Expand All @@ -16,7 +16,7 @@ This module is created with minimal deviation from the JMS API to make it easy f
- MessageConsumer
- MessageProducer

The following sections provide you details on how to use the JMS connector.
The following sections provide details on how to use the JMS connector.

- [Compatibility](#compatibility)
- [Samples](#samples)
Expand Down Expand Up @@ -69,7 +69,7 @@ public function main() returns error? {
### Asynchronous message consumer

One of the key deviations from the JMS API was the asynchronous message consumption using message listeners. In
Ballerina transport listener concept is covered with **service** type, hence we have used the Ballerina service to
Ballerina transport listener, the concept is covered with the **service** type, hence we have used the Ballerina service to
implement the message listener. Following is a message listener example listening on a topic named *MyTopic*.

```ballerina
Expand Down Expand Up @@ -100,4 +100,4 @@ service messageListener on jmsConsumer {
}
}
}
```
```

0 comments on commit 81c3659

Please sign in to comment.