Create a receiver on the specified context, with the specified attributes and callback token. A hot failover receiver is created on the specified context with the attributes passed in. Some attributes related to message delivery may be overridden (e.g. duplicate delivery will be enabled if it is enabled on the HFX object.

C# |
public LBMHFXReceiver createReceiver( LBMContext ctx, LBMReceiverAttributes rattr, Object cbArg )

- ctx (LBMContext)
- Context on which to create the receiver.
- rattr (LBMReceiverAttributes)
- Attributes to be used for the receiver.
- cbArg (Object)
- Callback token to be associated with messages delivered through the newly created receiver.

A new LBMHFXReceiver object associated with the given LBMContext.