Does the EMS server generate new message ids in sequential order or is the message id generated random?

Does the EMS server generate new message ids in sequential order or is the message id generated random?

book

Article ID: KB0087990

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Description:
= = = = = = =

'Message IDs' generated by the EMS server from the same session, are sequential (i.e. the number at the end of each the unique ID is incremented sequentially as further messages are produced). For instance, for any given producer X that sends 4 messages to a given destination, the EMS provider can typically assign the following IDs for each message:  msgID='ID:EMS-SERVER-NAME.13F84F8412623:1' msgID='ID:EMS-SERVER-NAME.13F84F8412623:2' msgID='ID:EMS-SERVER-NAME.13F84F8412623:3' msgID='ID:EMS-SERVER-NAME.13F84F8412623:4'
Each of these generated Message IDs are both Unique and sequential.

Refer to SOL-A265E5 for more JMSMessageID information.


Environment:
= = = = = = =

All

Issue/Introduction

Does the EMS server generate new message ids in sequential order or is the message id generated random?