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.
122
122
* Send and receive under a local transaction - [ local_transaction_test.go] ( local_transaction_test.go )
123
123
* Sending a message that expires after a period of time - [ timetolive_test.go] ( timetolive_test.go )
124
124
* 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
+
125
127
126
128
As normal with Go, you can run any individual testcase by executing a command such as;
127
129
``` bash
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Not currently implemented:
14
14
15
15
Client capabilities for participating in Uniform Clusters;
16
16
- CCDT to allow listing queue managers
17
- - Set APPLTag to name the logical application
18
17
- Auto reconnect (any) + MQCNO_RECONNECT_QMGR
19
18
20
19
Known issues:
You can’t perform that action at this time.
0 commit comments