Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Function

Status
Not open for further replies.

venkatpavan

Programmer
Feb 18, 2006
42
SG
I'm using get function in the map rule to pull the messages from the queue but messages are not being deleted from the queue once it is pulled,Do we have a option to delete the messages once we pulled the messages.Please let me know.Command we are using in map rule is

Get ("MQSC",-QMN,-QN)

Thanks in Advance...
 
You need to set up your input card to delete on success and commit on failure. This way whether your map is successful or fails the data will be removed from the queue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top