Author |
Message |
Topic: Fetch global cache content in IIB10.0.0.10 |
sselva86
Replies: 1 Views: 2895
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 17, 2018 7:00 am Subject: Fetch global cache content in IIB10.0.0.10 |
Hi All
We are using global cache newly in our env ( IIB version 10) . we have policy file with one catalog .we are loading cache from db through bar file. some times we are not getting expected siz ... |
Topic: ODBC VS JDBC Performance |
sselva86
Replies: 14 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 02, 2016 12:19 am Subject: ODBC VS JDBC Performance |
instead of calling java method from compute node why cant you use java compute node itself and connect JDBC . when using JDBC be cautious with JVM if you are going to use huge number of transactions . ... |
Topic: Tomcat app stops picking messages |
sselva86
Replies: 4 Views: 3912
|
Forum: General IBM MQ Support Posted: Mon Aug 01, 2016 9:11 pm Subject: Tomcat app stops picking messages |
If the channel is running its worth to check Number of Bytes Sent (NUMBYTES) on that particular channel it should get increase if messages are processing .
Does the channel is having batch size me ... |
Topic: Broker - Inputroot and Outputroot throuhput |
sselva86
Replies: 11 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 17, 2016 8:53 pm Subject: Broker - Inputroot and Outputroot throuhput |
Seems references working is giving good results .it reduces 50% of the time . thanks for your help experts. |
Topic: Broker - Inputroot and Outputroot throuhput |
sselva86
Replies: 11 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 13, 2016 8:51 pm Subject: Broker - Inputroot and Outputroot throuhput |
Hi All ,
References made the difference . now time taken is 160 miliseconds . thanks all for your help guys .
@mgk : will try to use select to check the fast .
will update you guys |
Topic: Broker - Inputroot and Outputroot throuhput |
sselva86
Replies: 11 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 13, 2016 12:26 am Subject: Broker - Inputroot and Outputroot throuhput |
Hi smdavies99 ,
yes , i am trying worst case scenario , this is our first try with IIB .
message format which we are trying here is XML , normal xml format .
<cust>
<KEY>1</KEY& ... |
Topic: Broker - Inputroot and Outputroot throuhput |
sselva86
Replies: 11 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2016 8:30 pm Subject: Broker - Inputroot and Outputroot throuhput |
Thanks Jeff ,
@fjp_saper : yes that can do but what we are trying to accomplish is to understand how much broker will take to process 6k lines . In future we are planning to do some mapping for 6k ... |
Topic: Broker - Inputroot and Outputroot throuhput |
sselva86
Replies: 11 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2016 4:19 am Subject: Broker - Inputroot and Outputroot throuhput |
Hi Jedi ,
Yes ESQL is having 6k linkes
sample :
CREATE COMPUTE MODULE LOADTEST_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
-- CALL CopyMessageHeaders();
-- CALL CopyEntireMes ... |
Topic: Broker - Inputroot and Outputroot throuhput |
sselva86
Replies: 11 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2016 1:38 am Subject: Broker - Inputroot and Outputroot throuhput |
Hello all ,
I have small problem with inputroot and outputroot in compute node .
Have 3 compute nodes each have 6k inputroot and outputroot assignments. Each time when i run EG with 2 mb of data ... |
Topic: Problem DFDL with for fixed length file |
sselva86
Replies: 11 Views: 6476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 17, 2015 1:11 am Subject: Problem DFDL with for fixed length file |
, Made dummy element with delimited and it worked . you made my day mates . thank you so much  |
Topic: Problem DFDL with for fixed length file |
sselva86
Replies: 11 Views: 6476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 16, 2015 8:06 am Subject: Problem DFDL with for fixed length file |
1) All other fields are expected to have fixed length except the last element .
So I was forced to use fixed length for this file .
2) yes , the last element is having unknown length and applicati ... |
Topic: Problem DFDL with for fixed length file |
sselva86
Replies: 11 Views: 6476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 16, 2015 7:14 am Subject: Problem DFDL with for fixed length file |
Thanks for reply mate
The problem is , file is not having specific length for last element . I gave the length for last element as 6 , project is expected value . but the file varies in each ... |
Topic: Problem DFDL with for fixed length file |
sselva86
Replies: 11 Views: 6476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 16, 2015 6:38 am Subject: Problem DFDL with for fixed length file |
Hi mates ,
Need your help with DFDL .
I am trying to develop DFDL to process fixed length file . Have 8 local elements on this DFDL . file is having is having more length than what I spe ... |
Topic: FDC with problem id : KN250026 |
sselva86
Replies: 3 Views: 2816
|
Forum: General IBM MQ Support Posted: Tue Apr 12, 2011 2:49 am Subject: FDC with problem id : KN250026 |
yes , script associated with service didnt have permission to run , so we got that FDC . now we are not gettting FDC .
Thanks to all |
Topic: Need help to find the application connected to Queue |
sselva86
Replies: 5 Views: 5813
|
Forum: IBM MQ API Support Posted: Tue Oct 26, 2010 8:49 am Subject: Need help to find the application connected to Queue |
thanks to all ,
I tried with PCF commands and its worked fine .
I have found another way also using runmqsc command .
(thought of sharing my experience with all )
$command=qq/echo &quo ... |