File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
126128As normal with Go, you can run any individual testcase by executing a command such as;
127129``` bash
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Not currently implemented:
1414
1515Client 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
2019Known issues:
You can’t perform that action at this time.
0 commit comments