Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Queue

Former Member
0 Kudos

Hi ,

For the transaction SMQ2 and other queues , can i assign priority to each queue name . e.g. if there are 10 entries then can i assign priority to each entry such that the the last entry is executed next.

Does it work like a normal queue or a priority queue.

Regards

Arun

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Arun,

The queues in SMQ2 work as normal queues and not priority wise.

They are already scheduled for execution and as much as i know, they cannot be prioritised.

You can make a queue dependant on another queue or deregister the queue to be executed later when required.

Thanks,

Rashmi.

2 REPLIES 2

Former Member
0 Kudos

Hi Arun,

The queues in SMQ2 work as normal queues and not priority wise.

They are already scheduled for execution and as much as i know, they cannot be prioritised.

You can make a queue dependant on another queue or deregister the queue to be executed later when required.

Thanks,

Rashmi.

0 Kudos

Hi Rashmi ,

Thaks for the reply.

I just had a query from one of my client that is there any way we can set priority to the queues , tough i have never seen it being done so i though let us post it SDN in case some one has a method to do it.

Regards

Arun