MessageCreationTime Property

The creation time of this message.

Syntax

ANSI (Cross Platform)
int64 GetMessageCreationTime();
int SetMessageCreationTime(int64 lMessageCreationTime); Unicode (Windows) LONG64 GetMessageCreationTime();
INT SetMessageCreationTime(LONG64 lMessageCreationTime);
@property (nonatomic,readwrite,assign,getter=messageCreationTime,setter=setMessageCreationTime:) long long messageCreationTime;
- (long long)messageCreationTime;
- (void)setMessageCreationTime:(long long)newMessageCreationTime;
#define PID_AMQP_MESSAGECREATIONTIME 50

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

0

Remarks

The creation time of this message.

This property specifies the absolute creation time of this message. It may be -1 if this message does not have a creation time set.

This property's value should be specified in milliseconds relative to the Unix epoch (January 1, 1970 00:00:00 UTC).

This property is not available at design time.

Data Type

Long64

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