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.