Author |
Message |
Topic: convert xml file to excel format using java |
joebuckeye
Replies: 2 Views: 4745
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 12, 2024 6:28 am Subject: convert xml file to excel format using java |
Your question sounds like it is better suited to a Java forum than a message broker one.
And this is a community forum, expecting an answer within a couple of hours is not realistic. |
Topic: JSON Parsing error |
joebuckeye
Replies: 6 Views: 13197
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 15, 2024 7:56 am Subject: JSON Parsing error |
With a ridiculous "number" like that it would be better to pass it around as a string and then let the systems that care about it as a number and can presumably handle a number of that preci ... |
Topic: WMB 7 Migration to ACE 12 |
joebuckeye
Replies: 9 Views: 9409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 05, 2024 11:44 am Subject: WMB 7 Migration to ACE 12 |
for mapping nodes you'll need to go through whatever steps are necessary to convert the v7 nodes to the v12 mapping nodes - or you can get rid of them and export the maps to ESQL via the v7 plugin.
... |
Topic: WMB 7 Migration to ACE 12 |
joebuckeye
Replies: 9 Views: 9409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 31, 2024 7:51 am Subject: WMB 7 Migration to ACE 12 |
I think some of the biggest potential headaches will be things that were add-in nodes for v7 that either became real nodes in a later version or simply no longer exist for the more recent versions and ... |
Topic: anyone else think Datapower's latest UI is horrible? |
joebuckeye
Replies: 0 Views: 8263
|
Forum: WebSphere DataPower Posted: Mon Oct 23, 2023 6:03 am Subject: anyone else think Datapower's latest UI is horrible? |
When you have to use horizontal scrolling when your browser window is already at full screen you have a bad UI implementation.
And why have they made it harder to find the Processing Policy for WSP ... |
Topic: Message Broker, line feed when writing to a file |
joebuckeye
Replies: 11 Views: 13239
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 22, 2023 4:53 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? |
Topic: Taking JSON file, modifying its content, sending it to queue |
joebuckeye
Replies: 4 Views: 3036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 14, 2022 6:51 am Subject: Taking JSON file, modifying its content, sending it to queue |
Put a Trace node before your compute node to see the structure of your JSON message and how the broker sees it.
Put $Root in the Trace node for the desired output.
With the lack of details of yo ... |
Topic: IIB V10 download |
joebuckeye
Replies: 1 Views: 2108
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 28, 2022 3:19 am Subject: IIB V10 download |
Unless you have paid IBM for Extended Support I believe IIB v10 is out of support and probably not available from IBM anymore.
App Connect Enterprise (ACE) is just the next step in the line of mess ... |
Topic: Need to upgrade IIB v9 to ACE v12 |
joebuckeye
Replies: 3 Views: 3924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 14, 2022 4:26 am Subject: Need to upgrade IIB v9 to ACE v12 |
We migrated from IIB 10 to ACE 12 earlier this year.
We did an in-place migration and it was pretty painless. In the past we had done parallel and that was more much difficult but they also genera ... |
Topic: ssh mqsi command to remove application from EG |
joebuckeye
Replies: 4 Views: 4637
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2022 3:38 am Subject: ssh mqsi command to remove application from EG |
https://www.ibm.com/docs/en/app-connect/12.0?topic=resources-deleting-deployed |
Topic: Spending out empty xml tags |
joebuckeye
Replies: 2 Views: 23335
|
Forum: WebSphere DataPower Posted: Fri May 06, 2022 4:28 am Subject: Spending out empty xml tags |
So your provider is not using a real XML parser as <name/> and <name></name> are the same. That is why Datapower is shortening it, for a real XML parser it makes no difference. Thi ... |
Topic: Looking for Message Broker v7 Toolkit installer |
joebuckeye
Replies: 7 Views: 7411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 18, 2020 10:58 am Subject: Looking for Message Broker v7 Toolkit installer |
I would also add that the security team where I work would never let an area be so far behind in software just for all the security patches that are being missed by being so far out of support. |
Topic: IIB Timer Node used as scheduler - EXTRACT esql function |
joebuckeye
Replies: 11 Views: 19413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2020 5:47 am Subject: IIB Timer Node used as scheduler - EXTRACT esql function |
You should set up a test flow using the ideas in those blog posts and just have it send you and the architect an email at whatever time is decided. Do it in a test environment.
Then once the flow ... |
Topic: java.net.SocketTimeoutException: Read timed out |
joebuckeye
Replies: 2 Views: 5577
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 02, 2020 5:20 am Subject: java.net.SocketTimeoutException: Read timed out |
Or the timeout value on the SOAP Request node is set too low. How long does the vendor recommend the timeout value be for calls to their endpoint? |
Topic: IIB on Docker/Kubernetes |
joebuckeye
Replies: 7 Views: 9874
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2020 7:15 am Subject: IIB on Docker/Kubernetes |
In my experience the Kube part is much easier than getting the IIB or ACE image working as you want it to. |