Author |
Message |
Topic: IIB9 : CMP API, URLRegistration |
akil
Replies: 1 Views: 2318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 17, 2018 11:52 am Subject: IIB9 : CMP API, URLRegistration |
Hi
mqsireportproperties for the object HTTPConnector returns the list of URLRegistration's that are done.
Is there an equivalent of this in the CMP API ?
I didn't find it in the runtime prop ... |
Topic: Callinga Function in ESQL which is stored in a CHARACTER |
akil
Replies: 4 Views: 3904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 05, 2017 12:47 pm Subject: Callinga Function in ESQL which is stored in a CHARACTER |
You could use RouteToLabel , use the LE to set the label node to propagate the message to the appropriate ComputeNode , basis the value that's coming in your message.. |
Topic: IIB9: Custom Java InputNode |
akil
Replies: 2 Views: 4796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 05, 2017 8:31 am Subject: IIB9: Custom Java InputNode |
I am planning to create a custom FileInputNode that will process large XLS files, using the POI-HSSF java classes. The node would read the XLS file one row at a time, created a BLOB message for the ro ... |
Topic: IIB9: Monitoring Events Are Missing ApplicationName |
akil
Replies: 5 Views: 5199
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 20, 2016 7:03 am Subject: IIB9: Monitoring Events Are Missing ApplicationName |
Check with up-to 9.0.0.2, no luck
Even the IIB 10 documentation keeps the same structure.
I guess time to raise a PMR.. |
Topic: IIB9: Monitoring Events Are Missing ApplicationName |
akil
Replies: 5 Views: 5199
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 20, 2016 3:37 am Subject: IIB9: Monitoring Events Are Missing ApplicationName |
Yes, did think about raising the PMR, and will do that as well ..
Any other suggestions? |
Topic: IIB9: Monitoring Events Are Missing ApplicationName |
akil
Replies: 5 Views: 5199
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 19, 2016 9:40 pm Subject: IIB9: Monitoring Events Are Missing ApplicationName |
Using 9.0.0.2.
The monitoring events that are omitted, do not include the application/integration-service/library name; they contain only the message flow name.
Since the message flow names are ... |
Topic: Oracle Dead Connection |
akil
Replies: 17 Views: 20512
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 28, 2016 9:26 pm Subject: Oracle Dead Connection |
Either the database or a firewall between the ESB and the database is killing of idle/inactive connections:
You could either get the idle time out increases or
You could write a timer based flow ... |
Topic: IIB9: CPM API, Subflow Nodes |
akil
Replies: 22 Views: 13876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 11, 2016 10:20 am Subject: IIB9: CPM API, Subflow Nodes |
We only use applications and integration services , and libraries for message models and subflows.
Even today, if we change the subflow in the library, we have to deploy all applications and servic ... |
Topic: IIB9: CPM API, Subflow Nodes |
akil
Replies: 22 Views: 13876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 11, 2016 8:29 am Subject: IIB9: CPM API, Subflow Nodes |
Thank you for the confirmed answer , I was at my wits end wondering what I am missing . Have raised a PMR just to try my luck if a patch would come.
To covert a sub flow to a msg flow , is simply r ... |
Topic: IIB9: CPM API, Subflow Nodes |
akil
Replies: 22 Views: 13876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 10, 2016 1:08 am Subject: IIB9: CPM API, Subflow Nodes |
Any more suggestions?
I tried using the V10 Config JAR (Integration.jar) to connect to IIB9, it refused saying a version mismatch ..
Am wondering whether I'll have to change all subflows to ms ... |
Topic: IIB9: CMP API getDeploymentDescriptor |
akil
Replies: 6 Views: 5380
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 08, 2016 8:53 am Subject: IIB9: CMP API getDeploymentDescriptor |
I was attempting to use this technique to call setOverride on the deploymentDescriptor.
As per the document i've to call save to make the changes persistent.
Calling save on the top-level barFil ... |
Topic: IIB9: CPM API, Subflow Nodes |
akil
Replies: 22 Views: 13876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 07, 2016 7:20 pm Subject: IIB9: CPM API, Subflow Nodes |
I checked and found that neither DeployedObject , nor DeployableObject provide for any way to get any children.
The interfaces have methods such as getName, getBarFile, getModifyTime etc.. The only ... |
Topic: IIB9: CPM API, Subflow Nodes |
akil
Replies: 22 Views: 13876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 07, 2016 12:47 am Subject: IIB9: CPM API, Subflow Nodes |
The DeployedObject that is returned for the subflow can't be cast to a MessageFlowProxy, (I get a ClassCastException). I can only cast it to a MessageFlowDependency.
MessageFlowDepenency has no ava ... |
Topic: IIB9: CPM API, Subflow Nodes |
akil
Replies: 22 Views: 13876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2016 4:43 am Subject: IIB9: CPM API, Subflow Nodes |
Yes i did, it only returns 3 properties
{modifyTime=2016-04-21 16:43:02.000 +0530, deployTime=2016-04-21 16:43:02.866 +0530, barFileName=/home/iibadm/code/workstation/y ... |
Topic: IIB9: JSON Adding Signature |
akil
Replies: 0 Views: 2014
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2016 12:51 am Subject: IIB9: JSON Adding Signature |
I've a specific message format to create,
{ data: {}
signature : .... }
The signature node should have the encoded value of the CMS signature created for the data node.
2 questions here:
... |