ReceivedMessage Property

The last message received.

Syntax

public AMQPCMessage ReceivedMessage { get; }
Public ReadOnly Property ReceivedMessage As AMQPCMessage

Remarks

This property is an AMQPCMessage object which represents the last message received by the component. It is populated by the component automatically each time a message is received.

Refer to Consume, FetchMessage, and MessageIn for more information.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 .NET Edition - Version 20.0 [Build 8155]