unable to get MQ messages from C#

  • Thread starter Thread starter dhaval.p.patel
  • Start date Start date
D

dhaval.p.patel

We are facing some problems with respect to IBM MQs.



We have the IBM MQ Server setup in Linux boxes and the IBM MQ Client
is setup in Windows boxes. We want to grab the messages from the MQ
Server queues (remote queue) which are in Linux box from the Windows
box. We have created a local queue on the Windows box which has the
client software installed and we are also able to see the messages.
But the C# code to get the messages from the local queue on Windows
box is giving the following error “Unable to find an entry point named
'xtr_getTraceStatus' in DLL 'amqxcs2.dll'”.

Thanks,
Dhaval Patel
 
We have the IBM MQ Server setup in Linux boxes and the IBM MQ Client
is setup in Windows boxes. We want to grab the messages from the MQ
Server queues (remote queue) which are in Linux box from the Windows
box. We have created a local queue on the Windows box which has the
client software installed and we are also able to see the messages.
But the C# code to get the messages from the local queue on Windows
box is giving the following error “Unable to find an entry point named
'xtr_getTraceStatus' in DLL 'amqxcs2.dll'”.
I can confidently say that your problem has nothing to do at all with C# and
..NET, and that nobody who's not familiar with IBM MQ can help you.

I'd contact IBM support.
 
Back
Top