ReceivedMessageFirstAcquirer Property

Whether this message may have been acquired by other links previously.

Syntax

ANSI (Cross Platform)
int GetReceivedMessageFirstAcquirer();

Unicode (Windows)
BOOL GetReceivedMessageFirstAcquirer();
@property (nonatomic,readonly,assign,getter=receivedMessageFirstAcquirer) BOOL receivedMessageFirstAcquirer;
- (BOOL)receivedMessageFirstAcquirer;
#define PID_AMQP_RECEIVEDMESSAGEFIRSTACQUIRER 100

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_AMQP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

Whether this message may have been acquired by other links previously.

This property specifies whether this message might have previously been acquired by other links.

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

Data Type

Boolean

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