MessageGroupSequence Property

The position of this message within its group.

Object Oriented Interface

public function getMessageGroupSequence();
public function setMessageGroupSequence($value);

Procedural Interface

ipworksmq_amqp_get($res, 55 );
ipworksmq_amqp_set($res, 55, $value );

Default Value

0

Remarks

The position of this message within its group.

This property specifies the relative position of this message within its group. It may be -1 if this message does not belong to a group.

This property is not available at design time.

Data Type

Long64

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