unable to get MQ messages from C#

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
 
J

Jeroen Mostert

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top