Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Message Streaming | Support for Multiple Message Producers
 
Support for Multiple Message Producers
The message streaming feature supports the existence of multiple streams. To identify each stream:
*JMS uses a stream identification property to identify the next unique string. You can get or set this string for recovery purposes.
public void setStreamID (String streamID);
public void getStreamID ()
*C# uses the following to identify multiple streams:
public String StreamID ()
{
set;
get;
}
The message consumer will create a Broker selector set to Broker Server (with the header property Begin_of_Stream set to true) when initially receiving the message.