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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. goldivfr

    SECURITY under IIS/W2K/MQSERIES 5.2/MQAX200 - MQRC_NOT_AUTHORIZED

    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.
  2. goldivfr

    Auto Dead Queue / Backout requeue

    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
  3. goldivfr

    COM+ and DeadLetterQueueName

    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...

Part and Inventory Search

Back
Top