Author |
Message |
Topic: Configure IIB's MQTT brk Subscription to be highly available |
VishnuPrasadS
Replies: 1 Views: 2635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 22, 2019 5:06 am Subject: Configure IIB's MQTT brk Subscription to be highly available |
--> Requirement
Use IIB's monitoring profiles/events for capturing logging/auditing information from IIB apps
Configure system in such a way that no events are dropped by consuming clients.
- ... |
Topic: Monitoring profile for IIB with no local queue manager |
VishnuPrasadS
Replies: 2 Views: 3587
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 17, 2019 6:13 am Subject: Monitoring profile for IIB with no local queue manager |
Thankyou problem solved.
My requirement is to store monitoring events generated out of multiple integration nodes into one database.
I have multiple integration nodes and one queue manager in ... |
Topic: Monitoring profile for IIB with no local queue manager |
VishnuPrasadS
Replies: 2 Views: 3587
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 11, 2019 2:41 am Subject: Monitoring profile for IIB with no local queue manager |
Is monitoring events only supported for brokers that have a local queue manager associated with them.
I intend to switch on monitoring profile for applications deployed to IIB v10 so that I captur ... |
Topic: SalesForce json schema use in Graphical Mapping node |
VishnuPrasadS
Replies: 2 Views: 3115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 12, 2017 10:59 pm Subject: SalesForce json schema use in Graphical Mapping node |
Any modifications made to existing salesforce objects will have to be manually edited in ibm sample json files.
Any new objects created on Salesforce would not be available in the samples folder.
... |
Topic: SalesForce json schema use in Graphical Mapping node |
VishnuPrasadS
Replies: 2 Views: 3115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2017 9:35 pm Subject: SalesForce json schema use in Graphical Mapping node |
In IIB sample code they have included JSON models for the salesforce objects. So one can create a mapping using these JSON models in IIB. This is v10.
C:\Program Files\IBM\IIB\10.0.0.6\server\sample\ ... |
Topic: IIB GlobalCache length primaykey,should this be more than 5 |
VishnuPrasadS
Replies: 2 Views: 3207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2017 9:11 pm Subject: IIB GlobalCache length primaykey,should this be more than 5 |
Adding this note for future reference.
This issue with globalCache key length was repeatable and occured for every test case that we executed. This issue occurred even after multiple reload of cac ... |
Topic: IIB GlobalCache length primaykey,should this be more than 5 |
VishnuPrasadS
Replies: 2 Views: 3207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 07, 2017 12:44 am Subject: IIB GlobalCache length primaykey,should this be more than 5 |
IIB GlobalCache length of key,should this be more than 5 ?
I get a connection error from cache when the length of data used for Key is less than 6 characters.
When I increase the length of data t ... |
Topic: mqsicreatebar doesnot include java project in bar file |
VishnuPrasadS
Replies: 4 Views: 4313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 01, 2016 10:57 am Subject: problem solved |
Thanks fjb_saper
Problem solved
Results for not providing Java project name as an argument ( -o SI05_EntrprseIntgrtnPtrnJava) and only providing it an as input for ( -p )
Jar file is NOT includ ... |
Topic: mqsicreatebar doesnot include java project in bar file |
VishnuPrasadS
Replies: 4 Views: 4313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 01, 2016 9:24 am Subject: mqsicreatebar doesnot include java project in bar file |
Yes "Integration Project" has project reference to "java project" in both cases.
I have observed this behavior (Scenario 2) in WMB v7 and IIB v9
It is easily reproducible and r ... |
Topic: mqsicreatebar doesnot include java project in bar file |
VishnuPrasadS
Replies: 4 Views: 4313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 31, 2016 10:54 pm Subject: mqsicreatebar doesnot include java project in bar file |
Broker version : IIB v9
Scenario 1 : There are two projects(1:Integration Project, 2:Java Project).
Message flow has JCN. On executing mqsicreatebar command Jar file is built and included within b ... |
Topic: How to set JMS Output Node properties dynamically in JCN. |
VishnuPrasadS
Replies: 4 Views: 3399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 15, 2016 11:29 am Subject: How to set JMS Output Node properties dynamically in JCN. |
Going through the link that mqjeff posted,
you would be able to see that OutputLocalEnvironment should be created and propagated to out terminal explicitly with java code
--> from
MbMessageAs ... |
Topic: sending emails with attachments |
VishnuPrasadS
Replies: 9 Views: 5802
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 15, 2016 11:08 am Subject: sending emails with attachments |
First mistake that i see in your post is
SET OutputRoot.BLOB.adjunto = CAST....
OutputRoot.BLOB.BLOB is the valid structure that you should be using
- - - - - - - - - - - - - - - - - - - - - - ... |
Topic: XML AND ATTACH PDF |
VishnuPrasadS
Replies: 10 Views: 7373
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 05, 2015 2:14 am Subject: XML AND ATTACH PDF |
Hi
I have assumed that you would
1. get zip file in some folder.
2. use jcn to read Zip file.
3. zip file contains multiple invoice.xml files
4. zip file contains multiple attachment.pdf f ... |
Topic: Unable to delete execution_group |
VishnuPrasadS
Replies: 12 Views: 8637
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 01, 2015 8:36 am Subject: solution |
Hello All,
I was revisiting my old post and decided to add any new data I since had.
Problem : Unable to delete execution group.
Reason : Execution group's jvm debug listener was enabled with a ... |
Topic: Optimal way to use configuratoin information in mb |
VishnuPrasadS
Replies: 7 Views: 5023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2013 10:22 pm Subject: Optimal way to use configuratoin information in mb |
Message flow user defined property can be set at runtime using 'cmp api' or 'WMB explorer'.
This is not acceptable to me because our deployment team prefers to use putty commands for deployment and ... |