MessageFirstAcquirer Property

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

Syntax

ANSI (Cross Platform)
int GetMessageFirstAcquirer();
int SetMessageFirstAcquirer(int bMessageFirstAcquirer); Unicode (Windows) BOOL GetMessageFirstAcquirer();
INT SetMessageFirstAcquirer(BOOL bMessageFirstAcquirer);
@property (nonatomic,readwrite,assign,getter=messageFirstAcquirer,setter=setMessageFirstAcquirer:) BOOL messageFirstAcquirer;
- (BOOL)messageFirstAcquirer;
- (void)setMessageFirstAcquirer:(BOOL)newMessageFirstAcquirer;
#define PID_AMQP_MESSAGEFIRSTACQUIRER 53

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

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 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]