Author |
Message |
Topic: removing empty XML tags |
chris boehnke
Replies: 4 Views: 4069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 25, 2015 9:35 am Subject: removing empty XML tags |
All,
We are using Message broker V8.0.0.2.
I am using ESQL to map the data from backend to client response. The data coming from backend is a collection of benefits.
So in order to map cor ... |
Topic: DB connectivity |
chris boehnke
Replies: 18 Views: 6453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2015 6:23 pm Subject: DB connectivity |
I worked with two clients and both of them do not allow message broker to connect to database.
Instead, We call java based web service for any database related activities. This webservice connects to ... |
Topic: DB connectivity |
chris boehnke
Replies: 18 Views: 6453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2015 5:19 am Subject: DB connectivity |
Yes. They do restrict message broker directly connecting to database. |
Topic: DB connectivity |
chris boehnke
Replies: 18 Views: 6453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2015 4:58 am Subject: DB connectivity |
Hi All,
I have a very basic question.
Why most of the enterprises restrict Message Broker connectivity to Databases?
Thanks |
Topic: order the elements with schema |
chris boehnke
Replies: 1 Views: 2053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 13, 2015 7:27 am Subject: order the elements with schema |
Hi All,
We are using WMB v 8.0.0.2.
Here is the brief description of what I am doing.
1. Request from client is received on MQ queue.
2. WMB builds the request to call webservice,
3. Call ... |
Topic: Global cache and design question |
chris boehnke
Replies: 17 Views: 6670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 10, 2015 12:28 pm Subject: Global cache and design question |
Thanks @nelson.
Our organization doesnt allow us to directly interact with the database. So, the database content are placed in properties file.
The data is around 400 rows and 24 columns. I am ... |
Topic: Global cache and design question |
chris boehnke
Replies: 17 Views: 6670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 09, 2015 6:20 am Subject: Global cache and design question |
We are using WMB V8.0.0.2.
Looks like global cache is available from V8. I will do a POC with single broker first.
I was thinking of ESQL cache also.
We will first read the file and cache the dat ... |
Topic: Global cache and design question |
chris boehnke
Replies: 17 Views: 6670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 08, 2015 8:47 am Subject: Global cache and design question |
Cant I use shared/esql variables for this scenario rather than global cache?
Probably, but the global cache is easier to use and administer than shared variables. It's a better fit for your use cas ... |
Topic: Global cache and design question |
chris boehnke
Replies: 17 Views: 6670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 08, 2015 8:40 am Subject: Global cache and design question |
the design as lain out is not bad off the cuff.
It's probably more of a sideline cache, in that it's providing information to augment the message, rather than being a destination for the message.
... |
Topic: Global cache and design question |
chris boehnke
Replies: 17 Views: 6670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 08, 2015 7:59 am Subject: Global cache and design question |
if there is a cache miss how the cache will get updated?
howz the backend services, how about thinking about loader scripts to load the Cache?
are you planning to use Inline Cache or Side line cac ... |
Topic: Global cache and design question |
chris boehnke
Replies: 17 Views: 6670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 08, 2015 7:41 am Subject: Global cache and design question |
Hi All,
I am planning to use global cache. The requirement is as below.
1. Client sends the request to WMB.
2. Based on router xml , wmb call two different backend services.
3. WMB transforms ... |
Topic: storing data in shared variables |
chris boehnke
Replies: 11 Views: 6626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2015 12:59 pm Subject: storing data in shared variables |
I am seeing global cache configured at Broker level and EG level.
Is it like, if configured at beoker level all EG's can use cache and if configured for EG's only the specified eg's can use the ca ... |
Topic: storing data in shared variables |
chris boehnke
Replies: 11 Views: 6626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2015 12:04 pm Subject: storing data in shared variables |
If it is a static file why don't you use a FILE READ node and read it every time.
I think reading file for every transaction is expensive.
I want to know the best way of caching , so that it d ... |
Topic: storing data in shared variables |
chris boehnke
Replies: 11 Views: 6626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2015 8:14 am Subject: storing data in shared variables |
All,
The current architecture is as below.
1.The exisiting java webservice hosts both plan and UI data.
2. WMB calls the existing webservice and sends the response(with plan + UI data) to clie ... |
Topic: storing data in shared variables |
chris boehnke
Replies: 11 Views: 6626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2015 4:58 am Subject: storing data in shared variables |
UI elements - User Interface elements.
We are using WMB v8.
The size of file to be cached is 500KB -1 MB.
Is it ok performance wise to cache huge data?
Are there any other options? |