Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Message Streaming | Technical Considerations
 
Technical Considerations
Following is additional information on properties used to specify location in a message stream.
Property
Description
STREAM_BYTE_POSITION
Specifies the byte position of the stream that will be sent to the message consumer. The consumer stores this value locally.Whenever the consumer receives the incoming byte position number, and it is less than the local byte position number, it skips the streaming data until the incoming byte position number exceeds that value. Thus, the property provides a means for handling situations where the producer fails during the streaming process and attempts recovery.
JMS_WM_END_OF_STREAM
Identifies the end of a stream. When the message consumer receives this value, it will clear the filter on the Broker Server side.