Author |
Message |
Topic: MQ message is not downloading sometime |
sahasudipta
Replies: 7 Views: 8479
|
Forum: General IBM MQ Support Posted: Wed Feb 20, 2019 3:29 am Subject: MQ message is not downloading sometime |
Hello ,
I wrote code to connect remote mq and download the message but sometime some message is missing . I'm posting my code . Can anyone tell me what is the error in this code
using System;
... |
Topic: write a log file when each message hits in MQ |
sahasudipta
Replies: 4 Views: 4918
|
Forum: General IBM MQ Support Posted: Fri Sep 07, 2018 3:55 am Subject: write a log file when each message hits in MQ |
Is it possible to write a log file which will record when each and every message will hit MQ . Let's assume abcd message is sent to MQ and I want to record it into text file that abcd message or 1 mes ... |
Topic: How to change message format from MQHRF2 to MQSTR in remote |
sahasudipta
Replies: 3 Views: 8757
|
Forum: General IBM MQ Support Posted: Mon Jul 23, 2018 10:42 pm Subject: How to change message format from MQHRF2 to MQSTR in remote |
I am receiving message in remote mq in MQHRF2 format but I want to change it into MQSTR format . we are using misp to send message to remote mq .
How can i change this format? pls help
or can ... |
Topic: How to send xml files into remote Mqueue using C# |
sahasudipta
Replies: 1 Views: 3663
|
Forum: General IBM MQ Support Posted: Wed Jul 11, 2018 12:43 am Subject: How to send xml files into remote Mqueue using C# |
I want to send an xml files into remote MQ . Can anyone give me any clue or link or documentation regarding this . I can connect to remote MQ and put some messages into remote MQ and I can get these m ... |
Topic: Not able to get the message from remote MQ |
sahasudipta
Replies: 1 Views: 3669
|
Forum: General IBM MQ Support Posted: Tue Jul 10, 2018 4:02 am Subject: Not able to get the message from remote MQ |
I can connect to remote MQ using my code but cant able to get the message from remote MQ . Im getting error like System.TypeInitializationException in queueGetMessageOptions [b].
Please help any cl ... |
Topic: installation error in IBM MQ |
sahasudipta
Replies: 5 Views: 8670
|
Forum: General IBM MQ Support Posted: Mon Jul 09, 2018 8:06 pm Subject: installation error in IBM MQ |
thanks man . you are life saver . Now I can connect to remote MQ but now I am having some problem regarding this .
Error
System.Exception: CWSMQ0006E: An exception was received during the call ... |
Topic: installation error in IBM MQ |
sahasudipta
Replies: 5 Views: 8670
|
Forum: General IBM MQ Support Posted: Mon Jul 09, 2018 5:54 am Subject: installation error in IBM MQ |
I installed IBM MQ client version 9.0.0.4 [9.0.4.0-IBM-MQC-Win64] but when I launched IBM wizard it shows launch IBM MQ Explorer option disabled . Can anyone help me on this ?
[img][/img]
https: ... |
Topic: how to solve mqdc.dll error in IBM MQ connection |
sahasudipta
Replies: 4 Views: 7443
|
Forum: General IBM MQ Support Posted: Thu Jul 05, 2018 10:51 pm Subject: how to solve mqdc.dll error in IBM MQ connection |
thanks for reply .I installed IBM MQ client redistributable 9.0.0.0 version into my local machine and I can connect to remote MQ using MQ explorer . Now I checked into my local MQ bin folder there is ... |
Topic: how to solve mqdc.dll error in IBM MQ connection |
sahasudipta
Replies: 4 Views: 7443
|
Forum: General IBM MQ Support Posted: Thu Jul 05, 2018 8:08 pm Subject: how to solve mqdc.dll error in IBM MQ connection |
I have installed IBM MQ client into my local machine version 9.0.0.0 . Now I wrote a windows service to connect to remote IBM MQ but I am getting error like
Unable to load DLL 'C:\Program Files\IBM ... |