Author |
Message |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Sun Apr 22, 2018 8:49 pm Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
Sure, I will try to learn about Queues.
I am a C# .NET developer and this project message queues are remote and even we cant access the servers. Any possible way to force the request through client ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Thu Apr 19, 2018 11:44 pm Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
It is empty, I haven't set any value for them. PFB,
Request without additional header:
WebSphere MQ (MQPUT)
Transmission Segment Header
API Header
Reply len..: 1238
Com ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Thu Apr 19, 2018 1:40 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
PROPCTL attribute value is COMPAT for both request and response queue and they are saying that they cannot change the value because it is used by other platform applications also.
Is there any othe ... |
Topic: Channel opening closing type from C# .NET to IBM MQ |
sathyapbe
Replies: 9 Views: 20826
|
Forum: IBM MQ API Support Posted: Wed Apr 18, 2018 9:19 am Subject: Channel opening closing type from C# .NET to IBM MQ |
We have to create the instance for Queue Manager, Request Queue and Response Queue in Global.asax Application_Start(object sender, EventArgs e) method so that this connection open will be treated at A ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Wed Apr 18, 2018 2:33 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
- Show me the value for PROPCTL for the target queue
i.e. DIS Q(ABC.Q) PROPCTL
sathyapbe-not used the property from client code. Is this property belongs to client code or server side configurat ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Wed Apr 18, 2018 2:27 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
Are you using XMS?
No its not a XMS. I am using amqmdnet and it is the MQ's native API implementation.
So are you creating an MQRFH in the headers and putting the message on the queue, ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Wed Apr 18, 2018 2:24 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
so you get 2085 error which means the queue does not exist on the queue manager you are connected to. Try "queue://QMGRNAME/QNAME?targetClient=1" or if cluster replace QMGRNAME with cluster ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 10:36 pm Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
Are you using XMS?
No its not a XMS. I am using amqmdnet and it is the MQ's native API implementation. |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 10:34 pm Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
So, you are saying that the exact same source and executable application program running on two different o/s's is producing different results?
You have examined the compile date/time stamps of t ... |
Topic: Channel opening closing type from C# .NET to IBM MQ |
sathyapbe
Replies: 9 Views: 20826
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 9:23 pm Subject: Channel opening closing type from C# .NET to IBM MQ |
Its working now. Thank you so much! |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 10:50 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
RogerLacroix,
Don't worry about security breach Its a brand new application and the real time customer data not used for the testing. The only thing is test accounts created in PROD environment. We ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 10:10 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
RogerLacroix, Thanks for the detailed explanation.
The problem is 2 different windows server used to send the request to IBM MQ(same server, queue manager, queues, channel,...). From one windows se ... |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 9:21 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
Due to lack of test accounts we haven't used CAT IBM MQ server.
While doing the testing we were using our windows CAT server and pointed to PROD IBM MQ. It was working as expected.
We rolled out ... |
Topic: Channel opening closing type from C# .NET to IBM MQ |
sathyapbe
Replies: 9 Views: 20826
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 6:31 am Subject: Channel opening closing type from C# .NET to IBM MQ |
That make sense. I will handle it in application level instead of user level. Thank you! |
Topic: C# to IBM MQ-Remove the MQHRF2 from the requests |
sathyapbe
Replies: 34 Views: 63364
|
Forum: IBM MQ API Support Posted: Tue Apr 17, 2018 6:28 am Subject: C# to IBM MQ-Remove the MQHRF2 from the requests |
Vitor,
Both CAT and PROD servers are sending the requests to the same IBM MQ, same Queue Manager, channel, request queue and response queue but how come the attribute is varying for the different c ... |