1. Amruta Kulkarni
  2. PowerBuilder
  3. Thursday, 1 July 2021 13:58 PM UTC

We have powerbuilder application initially create din PB 9.0 , later migrated in PB 2017 R3 .
The application used MQ client , which is upgraded in 9.1 . In order to create secure MQ connection we need to upgrade the cipher. Currently no cipher use din application. the MQ is being called through MQm.dll /mqic32.dll, mconn, mqconnx function. .
As pre-requisite we need to use Mq certificate.
Could you please advise the parameter /fields in powerbuilder used to use mq certificate and cipher upgrade.

Kevin Ridley Accepted Answer Pending Moderation
  1. Friday, 2 July 2021 11:39 AM UTC
  2. PowerBuilder
  3. # 1

Have you thought about using the MQ REST API instead?  I'm betting it would be much easier to use.

 

https://www.ibm.com/docs/en/ibm-mq/9.1?topic=api-using-messaging-rest

Comment
  1. Armeen Mazda @Appeon
  2. Friday, 2 July 2021 16:00 PM UTC
Adding to what Kevin said, PowerBuilder 2017 R3 and newer has strong support for calling REST APIs. There is an all-purpose HTTPClient that can be used to basically call anything and a specialized RESClient.

https://docs.appeon.com/pb2019r3/objects_and_controls/ch02s41.html

https://docs.appeon.com/pb2019r3/objects_and_controls/ch02s87.html
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.