IPWorks MQ 2020 Kotlin Edition

Questions / Feedback?

Headers Property

User-defined headers added to outgoing messages.

Syntax

public val headers: MutableSTOMPHeaderList

Remarks

This property holds a collection of STOMPHeader items representing user-defined headers. The headers in this collection are added to each outgoing message sent with SendMessage or SendData.

Note that the STOMP specification defines a number of standard headers necessary for implementing the STOMP protocol. When constructing an outgoing message, the component silently ignores any user-defined headers that are already set by the component.

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks MQ 2020 Kotlin Edition - Version 20.0 [Build 7941]