Author |
Message |
Topic: Can we call odata service in ACE 12? |
fjb_saper
Replies: 5 Views: 328
|
Forum: WebSphere Message Broker Support Posted: Fri Jun 09, 2023 4:14 am Subject: Can we call odata service in ACE 12? |
Our ACE 12 is installed on AIX box. We are not seeing the SAP OData Request node in the toolkit. Is there any way we can connect to odata service without using ODATA request node?
If you have a SAP O ... |
Topic: MQ IPT |
fjb_saper
Replies: 3 Views: 170
|
Forum: General IBM MQ Support Posted: Tue May 30, 2023 9:24 am Subject: MQ IPT |
It's as easy as it says.
Untar the file and check for file permissions... You may want to set the config file as ug+rw...
Have fun  |
Topic: Message Broker, line feed when writing to a file |
fjb_saper
Replies: 8 Views: 252
|
Forum: WebSphere Message Broker Support Posted: Mon May 22, 2023 9:40 am Subject: Message Broker, line feed when writing to a file |
If you are generating this message why are you using the XMLNSC parser for it if you want to display it in a text format?
And what to use? Please tell me, am I desperate? preferably with some kind ... |
Topic: Creating a keystore for a JMS application |
fjb_saper
Replies: 3 Views: 268
|
Forum: IBM MQ Security Posted: Tue May 16, 2023 5:07 am Subject: Creating a keystore for a JMS application |
Potentially, if you need to have multiple certs in the store, create an SSLSocketFactory class to pass on to the connection factory, that uses the specific cert you need. Word of advice, reserved for ... |
Topic: Is "ALTER QLOCAL(TRXQ) TRIGDATA(SDRCHNL)" necessar |
fjb_saper
Replies: 4 Views: 737
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 10, 2023 12:43 am Subject: Is "ALTER QLOCAL(TRXQ) TRIGDATA(SDRCHNL)" necessar |
Hmmm, I now have a much better understanding of using "ALTER QLOCAL(TRXQ) TRIGDATA(SDRCHNL)".
As said, since it does add value in good administration documentation and start channel quick ... |
Topic: How to set timeToLive on JMS producer globally via com.ibm.m |
fjb_saper
Replies: 4 Views: 283
|
Forum: IBM MQ Java / JMS Posted: Wed May 10, 2023 12:38 am Subject: How to set timeToLive on JMS producer globally via com.ibm.m |
Sorry, Im newbie in IBM MQ.
But If I good understood expiration is possible to set somehow via JNDI only on destination level right?
Some good example?
Does exists general(global) setting on ... |
Topic: MQ client using Spring JMS |
fjb_saper
Replies: 12 Views: 1476
|
Forum: IBM MQ Java / JMS Posted: Wed May 10, 2023 12:35 am Subject: MQ client using Spring JMS |
Think about what that becomes when you have Spring or Springboot + Camel in transactional mode!
And now you have every iteration of the loop opening a connection, opening the queue, doing a get, clos ... |
Topic: MQ client using Spring JMS |
fjb_saper
Replies: 12 Views: 1476
|
Forum: IBM MQ Java / JMS Posted: Mon May 08, 2023 5:11 am Subject: MQ client using Spring JMS |
Think about what that becomes when you have Spring or Springboot + Camel in transactional mode!
And now you have every iteration of the loop opening a connection, opening the queue, doing a get, clos ... |
Topic: How to set timeToLive on JMS producer globally via com.ibm.m |
fjb_saper
Replies: 4 Views: 283
|
Forum: IBM MQ Java / JMS Posted: Sat May 06, 2023 6:46 am Subject: How to set timeToLive on JMS producer globally via com.ibm.m |
Destinations are defined in JNDI and can have their expiry set there.
Alternatively you can use the form queue:///QNAME?expiry=xyz
Hope it helps  |
Topic: Renewal of SSL certificates |
fjb_saper
Replies: 4 Views: 515
|
Forum: IBM MQ Security Posted: Tue May 02, 2023 9:18 am Subject: Renewal of SSL certificates |
What you've missed is that the renewal / auto-renewal period for a certificate is not the day it expires, it is in general one month before the certificate expires.
So you should have plenty of tim ... |
Topic: I am not able to start the multi instance Qmanger. |
fjb_saper
Replies: 10 Views: 816
|
Forum: General IBM MQ Support Posted: Sat Apr 29, 2023 2:10 am Subject: I am not able to start the multi instance Qmanger. |
What user ID are you using to run strmqm ? |
Topic: getAllIntegrationServers response message empty or null |
fjb_saper
Replies: 3 Views: 624
|
Forum: WebSphere Message Broker Support Posted: Fri Apr 28, 2023 7:55 am Subject: getAllIntegrationServers response message empty or null |
And you verified that you had indeed intergration servers defined below the Integration node? Was the integration node running?  |
Topic: ACE 11 - Visual debugger stalls on launch for over 20mins |
fjb_saper
Replies: 3 Views: 303
|
Forum: WebSphere Message Broker Support Posted: Wed Apr 26, 2023 6:45 am Subject: ACE 11 - Visual debugger stalls on launch for over 20mins |
Have you tried doubling the Xmx for the toolkit in the eclipse.ini?  |
Topic: Requirements for MQ Advanced and MQ AMS for MQ on z/os V9.2 |
fjb_saper
Replies: 1 Views: 790
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Apr 12, 2023 7:27 pm Subject: Re: Requirements for MQ Advanced and MQ AMS for MQ on z/os V |
Hi.
Customer is currently at MQ z/os V9.0, upgrading to V9.2. They have asked about MQ AMS, as they are interested in Encryption at Rest. I am having difficulty figuring out what I need to make tha ... |
Topic: PYMQI CONN_ID |
fjb_saper
Replies: 10 Views: 731
|
Forum: General IBM MQ Support Posted: Thu Mar 23, 2023 6:48 am Subject: PYMQI CONN_ID |
Looking at https://www.ibm.com/docs/en/ibm-mq/9.3?topic=formats-mqcmd-inquire-connection-inquire-connection , after specifying the connid,
shouldn't you ask for attributes all then specify the handl ... |