Skip to content

Commit 93b0220

Browse files
committed
Add get by JMSMessageID to readme - #46
1 parent 4e8e0ce commit 93b0220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ your own error handling or logging.
119119
* Send a message as Persistent or NonPersistent - [deliverymode_test.go](deliverymode_test.go)
120120
* Set a message property of type string, int, double or boolean - [messageproperties_test.go](messageproperties_test.go)
121121
* Get by CorrelationID - [getbycorrelid_test.go](getbycorrelid_test.go)
122+
* Get by JMSMessageID - [getbymsgid_test.go](getbymsgid_test.go)
122123
* Request/reply messaging pattern - [requestreply_test.go](requestreply_test.go)
123124
* Send and receive under a local transaction - [local_transaction_test.go](local_transaction_test.go)
124125
* Sending a message that expires after a period of time - [timetolive_test.go](timetolive_test.go)

0 commit comments

Comments
 (0)