Author |
Message |
Topic: Performance Test on message flow : Inconsistency in results |
nagarjun_vv
Replies: 8 Views: 4979
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 14, 2015 9:59 pm Subject: Performance Test on message flow : Inconsistency in results |
Hi,
1)We are using jmeter to do performance testing.
2) We have removed backend and used stub also to test, but still same behaviour.
3) We are hitting a servlet(which receives request from tool ... |
Topic: Performance Test on message flow : Inconsistency in results |
nagarjun_vv
Replies: 8 Views: 4979
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 12, 2015 12:10 am Subject: Performance Test on message flow : Inconsistency in results |
Hi,
We are performing load test of 500 transactions for a service. The service reqeust flow accepts soap message from queue, read data from Cache(shared row loaded once from DB), transform message ... |
Topic: holding database connectivity from WMB for long time |
nagarjun_vv
Replies: 1 Views: 1845
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 01, 2010 11:31 pm Subject: holding database connectivity from WMB for long time |
Hi,
i am querying in DB2 using compute node.
Everytime i send a request it is taking 30 seconds to return the results from the database.the database query is taking less than a second but connec ... |
Topic: mqsistop is not working.. |
nagarjun_vv
Replies: 10 Views: 13075
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 11, 2009 12:04 am Subject: mqsistop is not working.. |
First check the logs (event and system)
Please confirm no flows are in infinite loop and debugger is terminated.
Regards,
Nagarjun |
Topic: Help required with INSERT statment |
nagarjun_vv
Replies: 3 Views: 2512
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 10:54 pm Subject: Help required with INSERT statment |
you are having 2 columns but u r inserting only one variable(even it has 2 values)
If input is an array use values(input[1],input[2]) or go for 2 different variables. |
Topic: Message Modeling - Doubt |
nagarjun_vv
Replies: 22 Views: 11248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 6:19 pm Subject: Message Modeling - Doubt |
You can go for variable length delimiter. Let me explain in detail.
In variable length delimiter Have a message with 2 fields.
1--> is complex type and
2--> is simple type
In 1--> wh ... |
Topic: Message Modeling - Doubt |
nagarjun_vv
Replies: 22 Views: 11248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 3:01 am Subject: Message Modeling - Doubt |
AHD1234
123456AAAA<CR><LF>
123457BBBB<CR><LF>
ATH1234
If you can consider the above message as like this
AHD1234
123456AAAA<CR><LF>
123457BBBB<CR ... |
Topic: mqsi command |
nagarjun_vv
Replies: 7 Views: 5894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 2:23 am Subject: mqsi command |
From mqsireportstats can we know whether the flow is running or not |
Topic: Message Modeling - Doubt |
nagarjun_vv
Replies: 22 Views: 11248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 2:16 am Subject: Message Modeling - Doubt |
Then you can go for variable length delimited.
For header and trailer give length(as observe length will checked by default first priority will be for length so what ever delimiter you give it won ... |
Topic: Message Modeling - Doubt |
nagarjun_vv
Replies: 22 Views: 11248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 2:00 am Subject: Message Modeling - Doubt |
Then you can go for variable length delimited.
For header and trailer give length(as observe length will checked by default first priority will be for length so what ever delimiter you give it wont ... |
Topic: Message Modeling - Doubt |
nagarjun_vv
Replies: 22 Views: 11248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 1:48 am Subject: Message Modeling - Doubt |
Are these values are fixed length?
or few values are fixed length(like only header and trailer). |
Topic: Mask Characters on a field using ESQL |
nagarjun_vv
Replies: 2 Views: 4303
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 19, 2009 2:06 am Subject: Mask Characters on a field using ESQL |
Use "overlay" function |
Topic: converting from a timestamp to epoch time |
nagarjun_vv
Replies: 7 Views: 12595
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 13, 2009 7:56 pm Subject: converting from a timestamp to epoch time |
Did you check what value you are getting from that.
SET OutputRoot.XML.Hi = (TIMESTAMP '2009-08-13 15:44:00' - TIMESTAMP '1999-08-13 15:44:00') SECOND;
Check the value and do the required change ... |
Topic: converting from a timestamp to epoch time |
nagarjun_vv
Replies: 7 Views: 12595
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 12, 2009 11:49 pm Subject: converting from a timestamp to epoch time |
to find the difference between two timestamp use this code
(TIMESTAMP '2009-08-13 15:44:00' - TIMESTAMP '1999-08-13 15:44:00') SECOND
Regards,
Nagarjun. |
Topic: Problem parsing special character thru XMLNSC parser |
nagarjun_vv
Replies: 14 Views: 18813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 28, 2009 7:04 pm Subject: Problem parsing special character thru XMLNSC parser |
Use the ccsid 937 and try onc i think this should work. |