Skip to content

Commit 37f150d

Browse files
committed
Update docs for applName
1 parent 7f20d46 commit 37f150d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ your own error handling or logging.
122122
* Send and receive under a local transaction - [local_transaction_test.go](local_transaction_test.go)
123123
* Sending a message that expires after a period of time - [timetolive_test.go](timetolive_test.go)
124124
* Handle error codes returned by the queue manager - [sample_errorhandling_test.go](sample_errorhandling_test.go)
125+
* Set the application name (ApplName) on connections - [applname_test.go](applname_test.go)
126+
125127

126128
As normal with Go, you can run any individual testcase by executing a command such as;
127129
```bash

next-features.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Not currently implemented:
1414

1515
Client capabilities for participating in Uniform Clusters;
1616
- CCDT to allow listing queue managers
17-
- Set APPLTag to name the logical application
1817
- Auto reconnect (any) + MQCNO_RECONNECT_QMGR
1918

2019
Known issues:

0 commit comments

Comments
 (0)