Author |
Message |
Topic: Database inserts frequency for high volumes - RT or batch? |
pratik_oze
Replies: 12 Views: 4780
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 17, 2012 8:37 pm Subject: Database inserts frequency for high volumes - RT or batch? |
Passthru has been used in the esql codes to make the inserts. |
Topic: Should WMB connect to downstream database? |
pratik_oze
Replies: 4 Views: 2099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 17, 2012 8:36 pm Subject: Should WMB connect to downstream database? What does middlew |
Thanks.
But as a SOA principle is it advisible to do so? |
Topic: Should WMB connect to downstream database? |
pratik_oze
Replies: 4 Views: 2099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 17, 2012 10:05 am Subject: Should WMB connect to downstream database? |
Should WMB connect to downstream database? What does middleware principles say? |
Topic: Database inserts frequency for high volumes - RT or batch? |
pratik_oze
Replies: 12 Views: 4780
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 17, 2012 9:53 am Subject: Database inserts frequency for high volumes - RT or batch? |
We receive high volumes of messages in a second. One of the flow is currently designed to make external oracle database inserts. This is taking a long time than expected and hence piling s observed on ... |
Topic: Issues with multiple instances of message flows. |
pratik_oze
Replies: 4 Views: 2157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 06, 2011 7:22 am Subject: Issues with multiple instances of message flows. |
Hi,
The issue was resolved by changing the Parser to XMLNS from XMLNSC in the code. The cache retrived in XML format was failing sometimes due to this parse and chnage of parser has worked. |
Topic: Issues with multiple instances of message flows. |
pratik_oze
Replies: 4 Views: 2157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 04, 2011 1:31 am Subject: Issues with multiple instances of message flows. |
Hi,
We are facing a issue with multiple instances of a flow deployed on an execution group. The flow is retreiving data from the cache which is used for further processing. But while the flow is tri ... |
Topic: Command required |
pratik_oze
Replies: 1 Views: 1347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 1:47 am Subject: Command required |
Hi,
Is there any command to see the published topics in WMB |
Topic: error connecting to a mainframes QM from unix using JMS & |
pratik_oze
Replies: 6 Views: 6027
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 24, 2009 1:13 am Subject: error connecting to a mainframes QM from unix using JMS & |
Where do you mean?
we have the following lines included
===============================
sslKeyStorePassword = tgbredsx
sslTrustStorePassword = tgbredsx
sslCiph = TRIPLE_DES_SHA_US
sslPeerName=CN ... |
Topic: error connecting to a mainframes QM from unix using JMS & |
pratik_oze
Replies: 6 Views: 6027
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 20, 2009 2:55 am Subject: error connecting to a mainframes QM from unix using JMS & |
Same as I am trying for this one. |
Topic: error connecting to a mainframes QM from unix using JMS & |
pratik_oze
Replies: 6 Views: 6027
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 20, 2009 2:47 am Subject: error connecting to a mainframes QM from unix using JMS & |
I am trying to connect to an mainframes queue manager from java code running on unix box. the ssl properties have been set correctly as its been used by other codes as well.
following is the error se ... |
Topic: Incrementing current time stamp within a compute node |
pratik_oze
Replies: 3 Views: 2737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 22, 2008 8:46 am Subject: Incrementing current time stamp within a compute node |
Hi,
I cannot use the timestamp from database beacuse i am applying this logic to get rod of ORA01400 errors which are filling up the log space. Also I am not keen on using timeoutnotification node ... |
Topic: Incrementing current time stamp within a compute node |
pratik_oze
Replies: 3 Views: 2737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 22, 2008 8:28 am Subject: Incrementing current time stamp within a compute node |
Hi,
I am trying to run a while loop for for few seconds. I was trying to calculate the time differnce between a time before it enters the while loop and the time after it enters the while loop. and w ... |
Topic: deadlock in oracle db while processing messages in WMB6.0 |
pratik_oze
Replies: 7 Views: 4569
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 23, 2008 10:53 am Subject: deadlock in oracle db while processing messages in WMB6.0 |
Still waiting for solution  |
Topic: deadlock in oracle db while processing messages in WMB6.0 |
pratik_oze
Replies: 7 Views: 4569
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 22, 2008 2:34 am Subject: deadlock in oracle db while processing messages in WMB6.0 |
Won't this slow down the processing of messages and thus create a performance issue? |
Topic: deadlock in oracle db while processing messages in WMB6.0 |
pratik_oze
Replies: 7 Views: 4569
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 21, 2008 11:24 am Subject: deadlock in oracle db while processing messages in WMB6.0 |
Thanks,
Can you please help me in understanding how this can be done?
I also found something intresting on the internet
===================
Row-level locks are primarily used to prevent two tr ... |