IPWorks MQ 2020 Android Edition

Questions / Feedback?

Headers Property

User-defined headers added to outgoing messages.

Syntax

public STOMPHeaderList getHeaders();
public void setHeaders(STOMPHeaderList headers);

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.

Default Value

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Android Edition - Version 20.0 [Build 8155]