Author |
Message |
Topic: Message type not supported by the mqweb server |
liamf
Replies: 0 Views: 4688
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 28, 2024 2:47 am Subject: Message type not supported by the mqweb server |
This issue was reported by mqweb server while i was trying to retrieve message from IBMMQ with REST API.
I've created a simple messageflow with IBM ACE 12, it consist of one HTTP INPUT node, one Ma ... |
Topic: Help!Http request being blocked in a specific period |
liamf
Replies: 8 Views: 8404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 20, 2024 2:51 am Subject: Help!Http request being blocked in a specific period |
Hi, Andreas
After checking my curl script, i found some of the freezing was caused by writing log to ouput file, though this is not the only reason that cause the freezing but still give some mislead ... |
Topic: Help!Http request being blocked in a specific period |
liamf
Replies: 8 Views: 8404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 17, 2024 7:01 pm Subject: Re: Help!Http request being blocked in a specific period |
Hello,
Very interesting problem.
Before I go digging too much in the code, the 5 seconds make me think of a close-wait or similar problem.
During the 5 second freeze, could you do a `ss -napt ... |
Topic: Help!Http request being blocked in a specific period |
liamf
Replies: 8 Views: 8404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 06, 2024 12:40 am Subject: Help!Http request being blocked in a specific period |
We are using a CURL script to do a loop request, basically each request would cost 30 ~ 50ms to get a response in average. But randomlly some request cost 5000ms to get a response. In those 5000ms, th ... |
Topic: Help!Http request being blocked in a specific period |
liamf
Replies: 8 Views: 8404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 05, 2024 1:47 am Subject: Help!Http request being blocked in a specific period |
I'm working with IBM ACE v11 on Linux, recently i have encountered a quite strange issue.
I found that some of the http request will cost 5 seconds to get a response but normally it would only cost 1 ... |
Topic: Questions about content filter in both ACE and IBMMQ |
liamf
Replies: 1 Views: 2728
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 22, 2022 12:07 am Subject: Questions about content filter in both ACE and IBMMQ |
Environment:
IBMMQ V9.2
ACE V11
Descriptions:
In my case, what i want is a filter base on message payload rather than header/properties, and i found the content filter fits well.
After read t ... |
Topic: Problem with using Administrative Rest API |
liamf
Replies: 6 Views: 18490
|
Forum: IBM MQ API Support Posted: Sun Jun 06, 2021 2:10 am Subject: Problem with using Administrative Rest API |
Morag is suggesting that you raise a case with IBM.
Hah,my bad.i will do it.
Thanks |
Topic: Problem with using Administrative Rest API |
liamf
Replies: 6 Views: 18490
|
Forum: IBM MQ API Support Posted: Thu Jun 03, 2021 11:05 pm Subject: Problem with using Administrative Rest API |
That looks like a defect to me. I would raise a case with IBM.
Cheers,
Morag
Thank you !
I would use runCommand type instead of runCommandJSON type.
Please remind me if there is a solution ... |
Topic: Problem with using Administrative Rest API |
liamf
Replies: 6 Views: 18490
|
Forum: IBM MQ API Support Posted: Thu Jun 03, 2021 6:02 pm Subject: Problem with using Administrative Rest API |
Is that the entire response or have you parsed it somewhat already?
Cheers,
Morag
I use API development tool to test these request, either Postman or SoapUI will return the same result.
Belo ... |
Topic: Problem with using Administrative Rest API |
liamf
Replies: 6 Views: 18490
|
Forum: IBM MQ API Support Posted: Thu Jun 03, 2021 9:54 am Subject: Problem with using Administrative Rest API |
I am trying to use the mq administrative rest api to retrieve the channel infomation.Follow the instruction of the MQ 9.2. I use a http post request to send a mqsc command with Json.Below is the examp ... |
Topic: Problem with using HTTPS in ACE |
liamf
Replies: 5 Views: 7715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 25, 2021 2:03 am Subject: Problem with using HTTPS in ACE |
Hi Saper:
I found what cause the error of the httplistener, the keystore file.
After I copy my keystore file from my own pc to server. The https works well, but if i use the keystore file genera ... |
Topic: Problem with using HTTPS in ACE |
liamf
Replies: 5 Views: 7715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 25, 2021 12:20 am Subject: Problem with using HTTPS in ACE |
Hi Abhi, thanks for your reply.
(1)The value of parameter startListener is true, and i have checked the sys log and found this error:
IBM App Connect Enterprise v110011 (IntegrationNode.HTTPL ... |
Topic: Problem with using HTTPS in ACE |
liamf
Replies: 5 Views: 7715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 22, 2021 7:44 pm Subject: Problem with using HTTPS in ACE |
I am using ACE11 in Linux, trying set https for HTTPInput node. But i met some problems. When i deploy the application to the server, the integration default https port 7083 has no lisntener( when i u ... |