Skip to content

Commit

Permalink
Merge pull request #39 from ayeshLK/docs
Browse files Browse the repository at this point in the history
Fix documentation issues
  • Loading branch information
ayeshLK authored Feb 27, 2024
2 parents a4f29b1 + e113601 commit cef6059
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ The `ballerinax/ibm.ibmmq` package provides an API to connect to an IBM MQ serve

## Compatibility

| | Version |
|:---|:------------:|
|IBM MQ Server | **9.3 or earlier** |
|IBM MQ Client Connector* | **9.3.4.0** |
| | Version |
|:-----------------------|:------------:|
| IBM MQ Server | **9.3 or earlier** |
| IBM MQ Client Connector| **9.3.4.0** |

## Setup guide

Expand Down Expand Up @@ -129,6 +129,12 @@ ibmmq:Message? message = check queue->get();
ibmmq:Message? message = check topic->get();
```

### Step 4: Run the Ballerina application

```Shell
bal run
```

### Examples

The following example shows how to use the `ibm.ibmmq` connector to produce and consume messages using an IBM MQ server.
Expand Down
14 changes: 10 additions & 4 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ The `ballerinax/ibm.ibmmq` package provides an API to connect to an IBM MQ serve

## Compatibility

| | Version |
|:---|:------------:|
|IBM MQ Server | **9.3 or earlier** |
|IBM MQ Client Connector* | **9.3.4.0** |
| | Version |
|:-----------------------|:------------:|
| IBM MQ Server | **9.3 or earlier** |
| IBM MQ Client Connector| **9.3.4.0** |

## Setup guide

Expand Down Expand Up @@ -124,6 +124,12 @@ ibmmq:Message? message = check queue->get();
ibmmq:Message? message = check topic->get();
```

### Step 4: Run the Ballerina application

```Shell
bal run
```

### Examples

The following example shows how to use the `ibm.ibmmq` connector to produce and consume messages using an IBM MQ server.
Expand Down
14 changes: 10 additions & 4 deletions ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ The `ballerinax/ibm.ibmmq` package provides an API to connect to an IBM MQ serve

## Compatibility

| | Version |
|:---|:------------:|
|IBM MQ Server | **9.3 or earlier** |
|IBM MQ Client Connector* | **9.3.4.0** |
| | Version |
|:-----------------------|:------------:|
| IBM MQ Server | **9.3 or earlier** |
| IBM MQ Client Connector| **9.3.4.0** |

## Setup guide

Expand Down Expand Up @@ -124,6 +124,12 @@ ibmmq:Message? message = check queue->get();
ibmmq:Message? message = check topic->get();
```

### Step 4: Run the Ballerina application

```Shell
bal run
```

### Examples

The following example shows how to use the `ibm.ibmmq` connector to produce and consume messages using an IBM MQ server.
Expand Down

0 comments on commit cef6059

Please sign in to comment.