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!

COM+ and DeadLetterQueueName

Status
Not open for further replies.

goldivfr

Programmer
May 13, 2002
3
GB
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

Put this code into a COM component, If the component is ran outside COM+ it works fine, if placed inside COM+ application, I get.

ReasonCode = 2067
ReasonName = MQRC_SELECTOR_ERROR

Anyone help ?? Can anyone else confirm the same problem ?? I have tried different transaction and security options but I cannot find any help.

thanks


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top