Working with Bundles in .NET

This section contains an example that demonstrates how to work with bundles in .NET.

Name

Example_12_WorkingWithMessageBundles

Description

This example illustrates how to create, retrieve, and process messages as part of a bundle.

Notable Classes and Methods

IMessageBundle

mf.NewMessageBundle

bundle.Messages

if (msg is ITuple)

subscription.SetOption(EngineConstants.FLATTEN_BUNDLES, "false")

subscription.GetNextMessage

bundle.Size

Related Information

For more information about bundles, see Bundles.