Author |
Message |
Topic: Message Flow Design Considerations |
SapanaK
Replies: 4 Views: 4333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 20, 2013 4:33 am Subject: Message Flow Design Considerations |
Thanks everyone for your response!
@longng - thanks for the tools mentioned to gauge system memory/CPU consumption, I am looking at them, and would post findings.
@smdavies99 - I was of the same ... |
Topic: Message Flow Design Considerations |
SapanaK
Replies: 4 Views: 4333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 19, 2013 2:59 am Subject: Message Flow Design Considerations |
Hi All,
I have gone through the Infocenter help for topics covering ways to design/tune flows for optimised/scalable performance. And also through posts in this forum, and few dev works articles and ... |
Topic: Constants in esql |
SapanaK
Replies: 11 Views: 7806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 11, 2013 5:36 am Subject: Constants in esql |
@kash338 - just to clarify, may be I misquoted causing confusion, we are using functions in esql only - I only meant to convey that they are styled similar to getter functions in java.
The performa ... |
Topic: Constants in esql |
SapanaK
Replies: 11 Views: 7806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 11, 2013 5:15 am Subject: Constants in esql |
@kash338 - that's right. The first approach mentioned below is how the code currently is. And we would edit few of the flows as per approach2.
We would then have 2 EG's, having exactly same bunch ... |
Topic: Constants in esql |
SapanaK
Replies: 11 Views: 7806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 11, 2013 4:48 am Subject: Constants in esql |
@fjp_saper - thanks for your inputs. The method we adopted was - no constant declarations at all - all of them way straight way replaced with getter functions -
What was declared as
DECLA ... |
Topic: Constants in esql |
SapanaK
Replies: 11 Views: 7806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 11, 2013 2:24 am Subject: Constants in esql |
Thanks everyone for your reply.
@Lancelotlinc - I agree, that declaring all constants is not a good idea, however, since we use v7.0 of WMB we have no choice but to put everything in one schema - w ... |
Topic: Constants in esql |
SapanaK
Replies: 11 Views: 7806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 10, 2013 8:46 am Subject: Constants in esql |
Hi All,
We have lot of esql constants declared in our project and mainly due to limitation that constants declared in same broker schema can be accessed from given esql, we have had to put all of t ... |
Topic: IA91 Cache Functionality - item expiry |
SapanaK
Replies: 4 Views: 2949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 17, 2012 5:19 am Subject: IA91 Cache Functionality - item expiry |
Thanks for your reply. This is a problem becuase our application rely on finding data only in cache. If not found in cache it doesn't do further database lookup before concluding that item is not foun ... |
Topic: IA91 Cache Functionality - item expiry |
SapanaK
Replies: 4 Views: 2949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 17, 2012 2:32 am Subject: IA91 Cache Functionality - item expiry |
We are using IA91 supportpack in our project for its in-memory cache functionality. Context -
1. Only ESQL api's are being used, there is no cache node.
2. Items in cache are expected to expire at ... |