Author |
Message |
Topic: Automation of IIB using jenkins |
anurag.munjal
Replies: 1 Views: 3572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 01, 2021 4:38 am Subject: sample script for jenkins please? |
Hey, glad to know you are able to execute jenkins to do basic iib admin tasks like building and deploying a bar.
Can you please share your groove script? I am also doing a similar POC |
Topic: MQTT node reconnect issue |
anurag.munjal
Replies: 1 Views: 2635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 08, 2017 12:49 am Subject: PMR Fix |
So, PMR Team gave us a fix to enable the keepAlive parameter to our chouce of value.
the fix is being tested in dev these days |
Topic: A ROW var(holding JSON) conversion to blob |
anurag.munjal
Replies: 4 Views: 3881
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 20, 2017 6:31 pm Subject: A ROW var(holding JSON) conversion to blob |
Thanks for your response!
I fixed the issue by using adbitstream function using folder option!
Thankss |
Topic: A ROW var(holding JSON) conversion to blob |
anurag.munjal
Replies: 4 Views: 3881
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 20, 2017 1:16 am Subject: A ROW var(holding JSON) conversion to blob |
forgot to mention, here EnvironmentRef is a reference to Itsvalue per sample message |
Topic: A ROW var(holding JSON) conversion to blob |
anurag.munjal
Replies: 4 Views: 3881
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 20, 2017 1:13 am Subject: 80% solved |
So,
i tried this:
DECLARE tmp BLOB ASBITSTREAM(EnvironmentRef OPTIONS options CCSID 1208);
the tmp is able to store in blob my required Json, but its storing the variable above the required jso ... |
Topic: A ROW var(holding JSON) conversion to blob |
anurag.munjal
Replies: 4 Views: 3881
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 20, 2017 12:23 am Subject: A ROW var(holding JSON) conversion to blob |
Hello Champions,
Requirement is below:
I have a JSON array coming at MQ input node which is holding a json array.
This input json message, that holds a json array, is storing key value pairs.
... |
Topic: CONTAINS related |
anurag.munjal
Replies: 11 Views: 6690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2017 7:07 am Subject: WOW |
Thanks much for all your responses champs
So, the reason am taking it as blob is that there are some checks that i am doing on the blob like the new line char removal and the removing the null t ... |
Topic: CONTAINS related |
anurag.munjal
Replies: 11 Views: 6690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2017 4:35 am Subject: Okay |
Thanks! By hex I mean I am accepting as a blob and then doing some checks on the blob hex data and after that am using a rcd node to convert it into a JSON which works just fine! My query is that is t ... |
Topic: CONTAINS related |
anurag.munjal
Replies: 11 Views: 6690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2017 4:18 am Subject: ! |
So, the incoming message is in hex format! i accept it as a blob and I am converting it into a json using RCD Node without any message model.
do you know if we have any message model that can be b ... |
Topic: CONTAINS related |
anurag.munjal
Replies: 11 Views: 6690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2017 4:08 am Subject: CONTAINS related |
So, i came accross a requirement where the incoming message structure isnt defined, but we do need to make sure the incoming message does not contain any other character other than 26 pre defined char ... |
Topic: Get All from GlobalCache without specifying any Key info |
anurag.munjal
Replies: 11 Views: 10181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 04, 2017 8:28 pm Subject: are they even available |
Hello, thanks much for your response.
Are these java functions even available?
getNextKey() and getAll(List)
i tried both of them but dont see them in the JCN by default. do we need to add some ... |
Topic: Get All from GlobalCache without specifying any Key info |
anurag.munjal
Replies: 11 Views: 10181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 03, 2017 12:47 am Subject: heyaa |
Hey folks,
am struggling with something similar!
unable to see all entries in WXS map.
any outcomes of this thread that can be useful for me? Thanks |
Topic: WXS Viewing entries more than 100 |
anurag.munjal
Replies: 6 Views: 5574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 03, 2017 12:31 am Subject: ..! |
Thanks..
so i came accross a link as below:
https://www.ibm.com/support/knowledgecenter/en/SSTVLU_7.1.1/com.ibm.websphere.extremescale.javadoc.doc/topics/com/ibm/websphere/objectgrid/ObjectMap.html ... |
Topic: WXS Viewing entries more than 100 |
anurag.munjal
Replies: 6 Views: 5574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 30, 2017 2:26 am Subject: WXS Viewing entries more than 100 |
any more help on this please? |
Topic: export broker connections from toolkit to another wrksapce |
anurag.munjal
Replies: 2 Views: 2887
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 06, 2017 6:29 am Subject: Thanks |
Thank you.
am looking through this link to check on it:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/be58011_.htm |