You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@ your own error handling or logging.
128
128
* Handle error codes returned by the queue manager - [sample_errorhandling_test.go](sample_errorhandling_test.go)
129
129
* Set the application name (ApplName) on connections - [applname_test.go](applname_test.go)
130
130
* Receive messages over 32kb in size by setting the receive buffer size - [largemessage_test.go](largemessage_test.go)
131
+
* Receive a truncated message body for the case where the body is larger than the allowed buffer size - [largemessage_test.go#301](largemessage_test.go#301)
131
132
* Asynchronous put - [asyncput_test.go](asyncput_test.go)
132
133
* Special header properties such as JMS_IBM_Format - [specialproperties_test.go](specialproperties_test.go)
0 commit comments