Author |
Message |
Topic: PCFMessageAgent in bindings mode |
vasilev
Replies: 8 Views: 134
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 19, 2021 7:43 am Subject: PCFMessageAgent in bindings mode |
This is correct, the question is that on some environments and in some organisations - monitoring is not enabled and this does not depends on me ..
so i wanted to make some solution in the general ca ... |
Topic: MQCFOP_LIKE add multiple filter |
vasilev
Replies: 7 Views: 158
|
Forum: IBM MQ API Support Posted: Tue Jan 19, 2021 1:33 am Subject: MQCFOP_LIKE add multiple filter |
Hello,
no, for the queue percentage full, I am using the same code from Roger (thank you Roger), just simplified it a little bit and added additional parameters for the percentage threshold. In this ... |
Topic: PCFMessageAgent in bindings mode |
vasilev
Replies: 8 Views: 134
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 18, 2021 2:06 pm Subject: PCFMessageAgent in bindings mode |
hello,
thank you. yes.
till now I haven't seen them in client mode, but this is a development machine .. so they are not used so much.
I was just wondering if in the java code I can configure some ... |
Topic: PCFMessageAgent in bindings mode |
vasilev
Replies: 8 Views: 134
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 18, 2021 1:08 pm Subject: PCFMessageAgent in bindings mode |
thank you .
specified it and now i get another error - 2110.
tried another function in the code - only with pcf agent and seems to work.
the not working one is using:
var q = (String)responses[ ... |
Topic: PCFMessageAgent in bindings mode |
vasilev
Replies: 8 Views: 134
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 18, 2021 12:18 pm Subject: PCFMessageAgent in bindings mode |
Hello,
i am trying to make a java for Qstatus while using PCFMessageAgent in bindings mode.
I read that this parameter should be specified:
MQConnectionFactory.setMQConnectionOptions() - Connec ... |
Topic: MQCFOP_LIKE add multiple filter |
vasilev
Replies: 7 Views: 158
|
Forum: IBM MQ API Support Posted: Mon Jan 18, 2021 1:39 am Subject: MQCFOP_LIKE add multiple filter |
Thank you, Morag!
I didn't believe that somebody will answer here because it is the wrong subforum (i understood this after I submitted .. and couldn't delete it after that )
I have achieved t ... |
Topic: MQCFOP_LIKE add multiple filter |
vasilev
Replies: 7 Views: 158
|
Forum: IBM MQ API Support Posted: Sat Jan 16, 2021 12:00 pm Subject: MQCFOP_LIKE add multiple filter |
Hello dear all,
I want to add a filter for displaying the queues with Java.
First i am adding :
msg.addFilterParameter(CMQC.MQIA_CURRENT_Q_DEPTH, CMQCFC.MQCFOP_GREATER, 0);
to display only q ... |
Topic: send messages from phpamqplib to amqp protocol |
vasilev
Replies: 2 Views: 11010
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Mon Mar 23, 2020 7:49 am Subject: send messages from phpamqplib to amqp protocol |
Hello,
Yes i hope more people to see it
Without ssl, i see the again error in php side "broken pipe and closed connection" and no new income log on mq side. |
Topic: send messages from phpamqplib to amqp protocol |
vasilev
Replies: 2 Views: 11010
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Sat Mar 21, 2020 8:20 am Subject: send messages from phpamqplib to amqp protocol |
Hello all,
does somebody tried to use phpamqplib or pecl amqp to send messages to IBM MQ trough amqp protocol ?
i tried but it seems that they are using openwire ssl protocol instead of amqp and thi ... |
Topic: connect to IIB node remotely - java code |
vasilev
Replies: 3 Views: 2791
|
Forum: WebSphere Message Broker Support Posted: Tue Jan 28, 2020 10:39 pm Subject: connect to IIB node remotely - java code |
Hello,
for those who have the same problem - you have to add the truststore:
System.setProperty("javax.net.ssl.trustStore", SSLKEY);
System.setProperty("javax.net.ssl.t ... |
Topic: connect to IIB node remotely - java code |
vasilev
Replies: 3 Views: 2791
|
Forum: WebSphere Message Broker Support Posted: Tue Jan 21, 2020 6:38 am Subject: connect to IIB node remotely - java code |
Hi,
yes, it is changed
from integration toolkit i can connect, so no problems with user rights.
when i tried the java code to localhost, without user/pass, it is also fine.
from configuration ... |
Topic: connect to IIB node remotely - java code |
vasilev
Replies: 3 Views: 2791
|
Forum: WebSphere Message Broker Support Posted: Tue Jan 21, 2020 5:16 am Subject: connect to IIB node remotely - java code |
Hello,
i am trying to connect to some integration node.
all jetty and websocket libraries are included.
useSSL = true;
System.setProperty("jdk.tls.client.protocols", "TLSv1, ... |
Topic: pcf read AUTH info |
vasilev
Replies: 1 Views: 3873
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 14, 2019 2:11 am Subject: pcf read AUTH info |
found the answer
int[] autharr = (int[])response.getParameterValue (CMQCFC.MQIACF_AUTHORIZATION_LIST);
for (int i=0; i<autharr.length; i++)
... |
Topic: pcf read AUTH info |
vasilev
Replies: 1 Views: 3873
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 13, 2019 10:53 pm Subject: pcf read AUTH info |
hello,
i am trying to read all authority records for all users.
https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.ref.adm.doc/q087320_.htm
this is the code:
PCFMessage ... |
Topic: pcf read all messages in a givven queue - put date/time |
vasilev
Replies: 5 Views: 5512
|
Forum: IBM MQ Java / JMS Posted: Sat Oct 26, 2019 11:29 am Subject: pcf read all messages in a givven queue - put date/time |
Thank you Roger.
I hope someday each of us to become top notch programmers
Cheers |