Author |
Message |
Topic: Queue Properties: Optimize Throughout |
Tristan23
Replies: 1 Views: 1877
|
Forum: General IBM MQ Support Posted: Mon Jun 27, 2011 5:51 am Subject: Queue Properties: Optimize Throughout |
Hi there,
I have queues with "Default Persistance" set to "Persistant".
Can I optimize the throughput (read/write performance) when I set the following queue properties?
- & ... |
Topic: Persistant Queue - how to optimized throughpout |
Tristan23
Replies: 5 Views: 5527
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 14, 2011 6:09 am Subject: Persistant Queue - how to optimized throughpout |
Hi there,
I have MQ installed on RHEL.
Question: How can I get optimal performance for persistent queues?
Do I have to tune kernel parameters? If so, which ones?
cheers,
Tristan |
Topic: Optimize throughput with Spring configuration |
Tristan23
Replies: 1 Views: 3496
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 14, 2011 6:07 am Subject: Optimize throughput with Spring configuration |
Hi there,
I use Spring based JMS messaging.
Question: How can I optimize the throughput?
I have several multithreaded writer processes and ond multithreaded reader process.
cheers,
Trist ... |
Topic: Sender / Receiver Channel |
Tristan23
Replies: 7 Views: 5466
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 14, 2011 6:05 am Subject: Sender / Receiver Channel |
Guys ... instead of being overly didactic - why not just give me some hints?
- several multithreaded sender processes
- one multithreaded reader process
- all written Java/JMS
- required t ... |
Topic: Optimize Throughput |
Tristan23
Replies: 6 Views: 6480
|
Forum: IBM MQ Performance Monitoring Posted: Tue Jun 14, 2011 5:44 am Subject: Optimize Throughput |
> Don't use SYSTEM.DEF.SVRCONN.
It's only for testing - not for the life system.
Is it disadvantageous for the performance to use SYSTEM.DEF.SVRCONN?
> Don't make any attempts to reso ... |
Topic: Sender / Receiver Channel |
Tristan23
Replies: 7 Views: 5466
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 14, 2011 5:37 am Subject: Sender / Receiver Channel |
I have a process that only sends - and another one that only ready.
Would it be advantageous give the Sender process a Sender Channel - and the reader process a Receiver Channel.
And if so - why ... |
Topic: Optimize Throughput |
Tristan23
Replies: 6 Views: 6480
|
Forum: IBM MQ Performance Monitoring Posted: Tue Jun 14, 2011 4:41 am Subject: Optimize Throughput |
Hi there,
my application uses one queue, one channel (SYSTEM.DEF.SVRCONN) and one listener.
I have several multithreaded writer processes and one multithreaded reader process.
Questions:
... |
Topic: Sender / Receiver Channel |
Tristan23
Replies: 7 Views: 5466
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 14, 2011 4:32 am Subject: Sender / Receiver Channel |
Hi there,
short question: What is the difference between a Sender and a Receiver Channel?
Regards,
Tristan |
Topic: Set expiry time for durable pub/sub Topics |
Tristan23
Replies: 2 Views: 2677
|
Forum: General IBM MQ Support Posted: Wed May 25, 2011 6:40 am Subject: Set expiry time for durable pub/sub Topics |
Hi,
I just created a new "Topic" using MQ Explorer.
Then I wrote some pub/sub JMS code:
...
MQTopicSubscriber subscriber = (MQTopicSubscriber) session.createDurableSubscriber(topic, ... |