Author |
Message |
Topic: Amending / Adding to a JSON array |
lonesheep
Replies: 1 Views: 1751
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2018 5:21 am Subject: Amending / Adding to a JSON array |
Given the following JSON strcuture, if I wanted to add another address to 'fred', any idea how I do it?
Level 1 {Array}
Firstname fred
Level 2
Address {Array}
Level 3
Building ... |
Topic: IIB Urlencoding with %2F |
lonesheep
Replies: 2 Views: 2764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 26, 2018 2:13 am Subject: IIB Urlencoding with %2F |
Hi,
A quick question (hopefully). I have a HTTP Input node which is to receive a REST request. The request takes in query parameters, and one of these parameters can contain a forward slash '/'.
... |
Topic: User Defined Nodes (Java) limitation...getExceptionList() |
lonesheep
Replies: 7 Views: 6170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 19, 2018 5:15 am Subject: User Defined Nodes (Java) limitation...getExceptionList() |
Cool I got it now.
I have to recursively parse the content in inExceptionList.getRootElement() to get the information.
Many thanks |
Topic: User Defined Nodes (Java) limitation...getExceptionList() |
lonesheep
Replies: 7 Views: 6170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 19, 2018 4:21 am Subject: User Defined Nodes (Java) limitation...getExceptionList() |
The joys of using snippets of code.
I've placed a break-point before my user defined node, in the IIB Variables I can see the contents of the Exception List.
In my user defined node, i have the ... |
Topic: User Defined Nodes (Java) limitation...getExceptionList() |
lonesheep
Replies: 7 Views: 6170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2018 1:34 am Subject: User Defined Nodes (Java) limitation...getExceptionList() |
its just the exceptionlist which is causing me problems.
The message body seems fine.
@Override
public void evaluate(MbMessageAssembly assembly, MbInputTerminal inTerminal) throws MbException { ... |
Topic: User Defined Nodes (Java) limitation...getExceptionList() |
lonesheep
Replies: 7 Views: 6170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 13, 2018 8:11 am Subject: User Defined Nodes (Java) limitation...getExceptionList() |
Hi,
I know there are limitations of what you can/can't do in a Java user defined node. I'm trying to find a definitive list.
I'm current trying to access the ExceptionList trace, but it always ... |
Topic: esql intellisense in broker |
lonesheep
Replies: 2 Views: 2279
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 29, 2018 11:32 am Subject: esql intellisense in broker |
Quick question....is there any IntelliSense plugin for eSQL within the eclipse broker environment?
Cheers |
Topic: User Defined (Java) |
lonesheep
Replies: 19 Views: 12162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 28, 2017 12:33 am Subject: User Defined (Java) |
Hi.
In the UDN project, what did you enter for the name of the URL property?
If you named it "URL" try calling it "uRL". Seems odd, but I couldn't get the UDN node to work w ... |
Topic: Callableflow - exception handling |
lonesheep
Replies: 4 Views: 3574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 07, 2017 12:00 pm Subject: Callableflow - exception handling |
Hi,
I maybe doing something really stupid, but I'm trying to figure out if an exception can be returned to the calling flow with the calling flow knowing it has returned in error without having to ... |
Topic: User Defined (Java) |
lonesheep
Replies: 19 Views: 12162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 07, 2017 11:17 am Subject: User Defined (Java) |
I finally figured out the issue.
In the broker message UI toolkit I had to give the property names all lower case names, otherwise the toolkit wouldn't marry up the property names to the Java prope ... |
Topic: User Defined (Java) |
lonesheep
Replies: 19 Views: 12162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 13, 2017 11:28 am Subject: User Defined (Java) |
I copied the jar file over to the broker shared-classes folder in;
C:\ProgramData\IBM\MQSI\config\TESTNODE\shared-classes
Still get the same issue. I have absolutely no idea why and the BIP err ... |
Topic: User Defined (Java) |
lonesheep
Replies: 19 Views: 12162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2017 1:23 pm Subject: User Defined (Java) |
A jar file seems to ben invoked from the LIL path, I placed some code to write to a file in the constructor and this is invoked as the file is created.
The broker also grabs a lock on the file...so ... |
Topic: User Defined (Java) |
lonesheep
Replies: 19 Views: 12162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2017 12:00 pm Subject: None working sample |
I've created a workspace with what I have created to demonstrate the issue I'm having. I hope I'm just missing something out.
The workspace can be retrieved from here (its for IIB 10).
http://w ... |
Topic: User Defined (Java) |
lonesheep
Replies: 19 Views: 12162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2017 6:35 am Subject: User Defined (Java) |
I'm using the IIB 10.0.0.8 developer edition.
I've stripped everything down to absolute basics.
Created a UDN project and generated a UDN in there with one property under "Basic" calle ... |
Topic: User Defined (Java) |
lonesheep
Replies: 19 Views: 12162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 11, 2017 1:34 pm Subject: User Defined (Java) |
Not being funny, but I have read all this (and gone around the looping within the IBM help site). I've written a plugin on IIB 9without issue....just not in IIB 10.
Having worked 20+ years with M ... |