Author |
Message |
Topic: WSRR policy enforcement in IIB |
touchofcrypticthunder
Replies: 6 Views: 6981
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 04, 2013 1:37 pm Subject: WSRR policy enforcement in IIB |
Sometimes we have no choice but to implement solutions that makes no sense.
I hope we will be able to convince the client to have the right solution. I will give you the updates. |
Topic: WSRR policy enforcement in IIB |
touchofcrypticthunder
Replies: 6 Views: 6981
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 04, 2013 9:37 am Subject: WSRR policy enforcement in IIB |
Thanks for clarification and this will help us a lot to come to decision. |
Topic: WSRR policy enforcement in IIB |
touchofcrypticthunder
Replies: 6 Views: 6981
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 04, 2013 8:49 am Subject: WSRR policy enforcement in IIB |
Thanks for the quick reply.
Security PEP node is used to enforce security policies like SAML assertion, LTPA and so on and this is not integrated with WSRR. Correct me if I am wrong.
Can we enfo ... |
Topic: WSRR policy enforcement in IIB |
touchofcrypticthunder
Replies: 6 Views: 6981
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 04, 2013 6:31 am Subject: WSRR policy enforcement in IIB |
I am working on project where client is using Datapower XI52, IIB V9 and WSRR as Enterprise Service Layer.
They would like to govern participating services. We suggested Datapower as policy enforce ... |
Topic: WMB 8 Global Cache |
touchofcrypticthunder
Replies: 22 Views: 29190
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 27, 2013 7:42 am Subject: WMB 8 Global Cache |
Finally I implemented AllergyCode caching solution using array of String datatype which works fine. I could manage to use string of array as value to GlobalCache for this usecase as there were 2 or 3 ... |
Topic: WMB 8 Global Cache |
touchofcrypticthunder
Replies: 22 Views: 29190
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 25, 2013 5:29 am Subject: WMB 8 Global Cache |
public class AllergyCodeCacheLoad extends MbJavaComputeNode {
public void evaluate(MbMessageAssembly assembly) throws MbException {
MbOutputTerminal out = getOutputTerminal ... |
Topic: WMB 8 Global Cache |
touchofcrypticthunder
Replies: 22 Views: 29190
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 21, 2013 7:44 pm Subject: caching java object as value in Message Broker GlobalCache |
I am facing an issue when caching Java object as value in Message Broker GlobalCache. Key is of type String. I am using cache to store static data called AllergyCode conversion. I am getting following ... |
Topic: Deleting set of records from list without looping in WMB |
touchofcrypticthunder
Replies: 3 Views: 2107
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 11, 2013 9:04 am Subject: Deleting set of records from list without looping in WMB |
I am looking for a solution to delete set of records matching slection criteria from a large list without looping through the list. This is something similar to "DELETE FROM TABLE WHERE(<match ... |
Topic: using namespace definitions from library across ESQL schema |
touchofcrypticthunder
Replies: 5 Views: 6092
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 11, 2012 7:44 pm Subject: using namespace definitions from library across ESQL schema |
I have tried this option before. It does not work and it throws exception during deployment saying the reference to the namespace is not defined. |
Topic: using namespace definitions from library across ESQL schema |
touchofcrypticthunder
Replies: 5 Views: 6092
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 11, 2012 10:42 am Subject: using namespace definitions from library across ESQL schema |
Please suggest if your solution is different from the one mentioned below. |
Topic: using namespace definitions from library across ESQL schema |
touchofcrypticthunder
Replies: 5 Views: 6092
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 11, 2012 10:38 am Subject: using namespace definitions from library across ESQL schema |
Thanks for the workaround solution. Below is the solution which I have implemented.
Following is the code to declare and return namespace as character:
BROKER SCHEMA common
CREATE FUNCTION ge ... |
Topic: using namespace definitions from library across ESQL schema |
touchofcrypticthunder
Replies: 5 Views: 6092
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 11, 2012 7:12 am Subject: using namespace definitions from library across ESQL schema |
I am working on Message Broker V7. I am facing an issue to access namespace definitions from common library across ESQL schema.
Let us assume, we have all the namespace definitions in Namespace.esq ... |
Topic: Load balancing message broker from Data Power |
touchofcrypticthunder
Replies: 3 Views: 6440
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 23, 2012 10:23 am Subject: Load balancing message broker from Data Power |
Current Integration Architecture:
--------------------------------------
We have Message Broker(V7.0.0.3) in the integration layer which integrates Front End UI with backend SAP systems. Data Power ... |
Topic: Integration with JDE iSeries DB2 timing out in UI |
touchofcrypticthunder
Replies: 9 Views: 7348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 09, 2012 9:12 am Subject: Integration with JDE iSeries DB2 timing out in UI |
Continuation with Performance of JDE, we are currently executing SQL statement as PASSTHRU. Is it going to improve the performance, if we replace this with STORED PROCEDURE? |
Topic: Integration with JDE iSeries DB2 timing out in UI |
touchofcrypticthunder
Replies: 9 Views: 7348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 18, 2012 7:08 am Subject: Integration with JDE iSeries DB2 timing out in UI |
It's not enough to use references to match the input row, you also need to use references to build the output row
References are used not only to match the input row but also to build the output t ... |