Author |
Message |
Topic: How to read broker schema name associated with a messageflow |
Bichu
Replies: 0 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 30, 2020 11:45 am Subject: How to read broker schema name associated with a messageflow |
Hi Guys,
Is there any mqsi commands to read the brokerschema associated with a messageflow. I am trying to use the codecoverage using SONAR where I need to run a trace for a messageflow which will ... |
Topic: ESQL Namespace and FIELDVALUE |
Bichu
Replies: 9 Views: 6516
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 18, 2020 9:12 am Subject: ESQL Namespace and FIELDVALUE |
Thanks for the idea of usertrace.
Below is the usertrace I got.
2020-09-18 19:38:12.818626 17044 UserTrace BIP2537I: Node 'com.soa.Application_Name.BuildRequest': Execut ... |
Topic: ESQL Namespace and FIELDVALUE |
Bichu
Replies: 9 Views: 6516
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 18, 2020 3:41 am Subject: ESQL Namespace and FIELDVALUE |
My intention is to copy the value here but i have same kind of statements for other fields where the value is getting copied. So wondering why very few elements are not getting copied. |
Topic: ESQL Namespace and FIELDVALUE |
Bichu
Replies: 9 Views: 6516
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 18, 2020 2:35 am Subject: ESQL Namespace and FIELDVALUE |
Hello Guys,
I need a help. I am having the below ESQL code to populate a value
DECLARE inEnvRef REFERENCE TO Environment.Request;
DECLARE inPolicyRef REFERENCE TO inEnvRef.ns:Policy;
DEC ... |
Topic: SonarQube Single project for multiple IIB services |
Bichu
Replies: 3 Views: 4311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 07, 2020 12:41 am Subject: SonarQube Single project for multiple IIB services |
hi...i think sonarqube displays stats at a project level only.
We've used MbPrecise plugin from BCT for code review purpose and found it be useful and it includes code coverage stats as well I beli ... |
Topic: SonarQube Single project for multiple IIB services |
Bichu
Replies: 3 Views: 4311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 06, 2020 10:29 am Subject: SonarQube Single project for multiple IIB services |
Hello All,
I am setting up a sonarqube server with soapui and wiremock integrated with gitlab pipeline to get unittests done and then code coverage using the EXXETA ESQL plugin. This plugin require ... |
Topic: Response message parsing in HTTP request node |
Bichu
Replies: 1 Views: 4511
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 31, 2019 4:53 am Subject: Response message parsing in HTTP request node |
Hi All,
I have a flow where I am calling a REST API service using HTTP request node. The service replies in JSON format. I have selected the message domain as JSON domain under the response message ... |
Topic: Java Exception calling CallStaticObjectMethodA on GlobalCach |
Bichu
Replies: 0 Views: 5976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 21, 2019 12:48 am Subject: Java Exception calling CallStaticObjectMethodA on GlobalCach |
Hi All,
I am getting an error 'Java Exception calling CallStaticObjectMethodA' when trying to invoke the global cache. This setup was running for the last 1 year with no problem at all. Intermitten ... |
Topic: JAR file not loading from shared library |
Bichu
Replies: 6 Views: 10802
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 20, 2019 1:01 am Subject: JAR file not loading from shared library |
Hi,
Your problem is that you're adding an external dependency. In this If you do not copy the JAR file to a valid shared-classes directory, ClassNotFoundException exceptions are generated at run ti ... |
Topic: JAR file not loading from shared library |
Bichu
Replies: 6 Views: 10802
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 20, 2019 12:58 am Subject: JAR file not loading from shared library |
Any reason why you are not using a shared library for this Java class?
Bcz I want to have all the JAR files under a single folder so that in case of any future migrations, the list of jar files can ... |
Topic: JAR file not loading from shared library |
Bichu
Replies: 6 Views: 10802
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 19, 2019 5:09 am Subject: JAR file not loading from shared library |
Hi Guys,
I have an application build in IIB v10 where i am referencing a java routine from esql. I have created the java class as an independent resource, then exported it as a JAR file and placed ... |
Topic: How to call mqsi commands from a Powershell script |
Bichu
Replies: 1 Views: 3298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 29, 2019 9:56 pm Subject: How to call mqsi commands from a Powershell script |
Hello All,
Im trying to set up a CICD job on GitLab which inturn calls a powershell script to download few files and build a bar file accordingly. I am stcuk on the last step where I couldnt build ... |
Topic: HTTP webservice retry without losing the message order |
Bichu
Replies: 17 Views: 15130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 05, 2017 7:49 am Subject: HTTP webservice retry without losing the message order |
Thanks.
I thought of a design where if an http post to the backend fails, message will be written to the backout queue after backout threshold. Along with this, the particular message flow alone wi ... |
Topic: HTTP webservice retry without losing the message order |
Bichu
Replies: 17 Views: 15130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 05, 2017 5:16 am Subject: HTTP webservice retry without losing the message order |
Hi Vitor,
We have a requirement where an incident created needs to go first before incident update goes..hence we need to maintain the order... |
Topic: HTTP webservice retry without losing the message order |
Bichu
Replies: 17 Views: 15130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 05, 2017 5:03 am Subject: HTTP webservice retry without losing the message order |
Otherwise I need to compromise with the order of message... |