Author |
Message |
Topic: getAllIntegrationServers response message empty or null |
petmor
Replies: 3 Views: 12296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 28, 2023 4:10 pm Subject: getAllIntegrationServers response message empty or null |
There are integration servers defined below the integration node, and the integration node and integration servers are running. We are able to connect to the node with the toolkit and view the servers ... |
Topic: getAllIntegrationServers response message empty or null |
petmor
Replies: 3 Views: 12296
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 27, 2023 12:41 pm Subject: getAllIntegrationServers response message empty or null |
Hello,
We have a remote Integration Node where a call to create a List of Integration Servers fails with an IntegrationAdminException.
List<IntegrationServerProxy> ispList = integrationNod ... |
Topic: Keywords not visible in deployed shared library in ACE12 |
petmor
Replies: 2 Views: 2641
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 26, 2022 1:05 pm Subject: Keywords not visible in deployed shared library in ACE12 |
Hi All,
Following instructions in the ACE12 Knowledge Center, I've populated a keywords.txt file with version information and saved that file to a shared lib .bar. The .bar structure is MY_SHLIB.ba ... |
Topic: ACE12 Set Descriptive Property with IBM Integration API |
petmor
Replies: 1 Views: 2134
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 24, 2022 4:32 pm Subject: ACE12 Set Descriptive Property with IBM Integration API |
Hello,
Is there a class within the IBM Integration API for ACE12 that enables the set of Descriptive Properties values in the toolkit Properties view? For example, I'd like to set the "Deploy ... |
Topic: ACE11 import project command line |
petmor
Replies: 5 Views: 7015
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 02, 2020 9:09 am Subject: ACE11 import project command line |
My focus now is to create ACE11 deployable applications, and to accomplish that I've found that mqsipackagebar works best. Sample command line invoked within Jenkins is pasted below. Omit the -y optio ... |
Topic: ACE11 update flow property in Property view from Java API |
petmor
Replies: 4 Views: 5721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 09, 2020 8:20 am Subject: ACE11 update flow property in Property view from Java API |
I was able to add version information successfully to the Application by adding detail to an MQSI_VERSION tag in a keywords.txt file, then updating the META-INF folder within the .appzip with that fil ... |
Topic: ACE11 update flow property in Property view from Java API |
petmor
Replies: 4 Views: 5721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 31, 2020 1:45 pm Subject: ACE11 update flow property in Property view from Java API |
I completely overlooked keywords. I will try that and update this thread with my findings. Thanks! |
Topic: ACE11 update flow property in Property view from Java API |
petmor
Replies: 4 Views: 5721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 07, 2020 8:00 am Subject: ACE11 update flow property in Property view from Java API |
Hello,
Is there an ACE11 Java class available that permits update of a property in the ACE11 toolkit Properties view? For example, in the IIB10 toolkit Properties view, Property->Keywords->BA ... |
Topic: ACE11 import project command line |
petmor
Replies: 5 Views: 7015
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 08, 2020 11:20 am Subject: ACE11 import project command line |
My goal was to create a bar and I was finally able to do that from the command line outside of the workspace by copying the .metadata folder to a level parallel to my work area.
"/path/to/mqsi ... |
Topic: ACE11 import project command line |
petmor
Replies: 5 Views: 7015
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2020 4:49 pm Subject: ACE11 import project command line |
I'm running the ACE11 toolkit (11.0.0.9) on MacOS. To import an existing project into the workspace I normally run "File->Import->General->Existing projects into workspace". But can ... |
Topic: HCP flow deploy issue using WMB8 CMP API |
petmor
Replies: 0 Views: 7572
|
Forum: IBM MQ API Support Posted: Wed Feb 10, 2016 11:04 pm Subject: HCP flow deploy issue using WMB8 CMP API |
Hi,
We have a flow using IBM Healthcare Connectivity Pack HL7DFDLInput node. Deploys using WMB8 CMP API show completion code of "success" on two of our AIX servers when we deploy over an ... |
Topic: Java PCF - MQIACF_FORCE to clear open queue fails |
petmor
Replies: 3 Views: 6408
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 09, 2013 12:42 pm Subject: Java PCF - MQIACF_FORCE to clear open queue fails |
Hi,
Thanks mqjeff for your reply. I only tried Force because the suggested Programmer Response for MQRC4004 recommends "Wait until the object is not in use, and then retry the operation. Alter ... |
Topic: Java PCF - MQIACF_FORCE to clear open queue fails |
petmor
Replies: 3 Views: 6408
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 09, 2013 10:48 am Subject: Java PCF - MQIACF_FORCE to clear open queue fails |
Hi,
I wrote some Java using the PCF API to clear unwanted messages from queues. Here is an excerpt:
for (int i = 0; i < s.length; i++) {
PCFMessage request = new PCFMessage(CMQCFC.M ... |
Topic: WMB7 - ConfigManagerProxy Java Exception |
petmor
Replies: 18 Views: 18613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 22, 2011 5:46 pm Subject: WMB7 - ConfigManagerProxy Java Exception |
Hi,
I wanted to add, one resource reportedly was able to successfully connect to a local WMB7 broker running on their laptop referring to the deprecated classes, but I was not able to duplicate tha ... |
Topic: WMB7 - ConfigManagerProxy Java Exception |
petmor
Replies: 18 Views: 18613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 22, 2011 5:12 pm Subject: WMB7 - ConfigManagerProxy Java Exception |
Hi,
The issue is resolved. We were finally able to have our application connect to the broker and deploy .bar files by updating our source to refer to the WMB7 non-deprecated classes.
For exampl ... |