What does unique reference property stand in creating queues

Can anyone please guide me with Unique reference property which is present while creating queues

Hi @Trisen_Jr

Unique Reference determines whether or not duplicate items can be added to a queue. Selection of this property depends on your project requirement & perspective.

While creating queue, if you enable this. Queue with same reference will not be added.

You can maintain your own reference ID while adding queues

Example if your dealing with employee data u can go with emp ID as reference because it would be a unique key

2 Likes

Hi @Trisen_Jr ,

While creating queue, if you enable this. Queue with same reference will not be added. It will throw exception.

You can give your own reference ID while adding queues.
image

2 Likes

So Enforcing unique references can help ensure that data in the queue is not duplicated

Thanks @Harshith_Adyanthaya @nikhil.girish

Hi Trisen,

By Enabling unique reference while creating queue in orchestrator it will avoid duplicate entries .

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.