Is it anything to do with it not being an interactive user?
If you copy the C# code into a console app project and run that, does that work? If it works this proves the interactive user security.
Is there such a process that when a message has been read off a queue but backed out X amount of times that it automaticlly moves off the queue onto a backout requeue.
Like a dead-letter queue but not for transmission problems but more application failures.
thanks
Hi All, First time post.. be gentle !!!
I have the VB code below, (VB and VC examples behave the same)
Dim session As new MQSession
Dim queueManager as MQQueueManager
Set queueManager = session.AccessQueueManager(“TestQueue”)
‘ Return something
DeadLetter = queueManager.DeadLetterQueueName...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.