cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP MII Queue Action Block

Former Member
0 Likes
966

Hi community, in MII Workbench, there is some queue action blocks.

I just give a name and voila a new queue exists and I can put and get messages.

But I am wondering where the queues "live"? Can I somehow obtain an overview on existing queues and their content without running a transaction and without knowing the name of the queue?

And how about lifecycle? Assuming I create one in quality, add lots of data and forget the name? Will it remain forever?

Thx for help, Marco

Accepted Solutions (1)

Accepted Solutions (1)

former_member185280
Active Contributor
0 Likes

The data lives in a table in the App server's/Netweaver's database. As far as I know It's on you to manage that and It will live there forever if you don't clean it up.

Regards,
Christian

Answers (3)

Answers (3)

Former Member
0 Likes

Good to know, thank you again!

former_member185280
Active Contributor
0 Likes

I am not aware of any service to get a list of queues. You have to get access to the db to do that.

Regards,
Christian

Former Member
0 Likes

Thank you Chrsitian!

Is there any option to view what queues exist? or do I have to access NW data base therefore?