Author |
Message |
Topic: Securing client channel for Config Manager |
fschwarz
Replies: 2 Views: 2385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 17, 2006 2:56 am Subject: SSL working - CMS stash question |
Hi all,
after some days reading and testing I managed to get the configuration working with Java Key Store files (created by GSK7) under windows (for testing).
In order to have the commands like ... |
Topic: Securing client channel for Config Manager |
fschwarz
Replies: 2 Views: 2385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 13, 2006 9:29 am Subject: Securing client channel for Config Manager |
Hi all,
we are running WMB V6.0 on Solaris 9.
In order to provide a more secure environment we would like to secure the channel SYSTEM.BKR.CONFIG with SSL (certificates from local machine only, ... |
Topic: ESQL POSITION and SUBSTRING |
fschwarz
Replies: 8 Views: 16049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 13, 2006 9:24 am Subject: Solution found |
Hi Jeff, all,
we finally found the solution for the performance issue described in this topic:
The traces where running !!!
If you investigate the trace statements listed above you will find ... |
Topic: ESQL POSITION and SUBSTRING |
fschwarz
Replies: 8 Views: 16049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 31, 2006 6:52 am Subject: ESQL POSITION and SUBSTRING |
The code is this:
-------------------------------------------------
[...]
CREATE COMPUTE MODULE BC_RIB_BatchGattung_SplitAndPropagate_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
... |
Topic: ESQL POSITION and SUBSTRING |
fschwarz
Replies: 8 Views: 16049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 31, 2006 4:55 am Subject: ESQL POSITION and SUBSTRING |
Hi Jeff,
yes, the systems are identically, we have already reduced the flows and procedures to the basic calculation and seeing the same code behaving differently on two machines.
We already che ... |
Topic: ESQL POSITION and SUBSTRING |
fschwarz
Replies: 8 Views: 16049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 31, 2006 4:36 am Subject: ESQL POSITION and SUBSTRING |
It is the same message unloaded from queue and provided to both machines. |
Topic: ESQL POSITION and SUBSTRING |
fschwarz
Replies: 8 Views: 16049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 31, 2006 3:02 am Subject: ESQL POSITION and SUBSTRING |
Hi,
we have an esql node processing a large message (about 28MB) as a BLOB.
We are parsing this message using POSITION to locate a new line in the file and then SUBSTRING to create a new MQ-Messag ... |