Author |
Message |
Topic: How many channel instance consume sendAndReceive jmsTemplate |
metalpalo
Replies: 7 Views: 8411
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 28, 2024 6:39 am Subject: How many channel instance consume sendAndReceive jmsTemplate |
yep you are right, single connection or cashing(session or produces) give us better results regarding. I've tested it and it works fine, but generally we cannot switch it accross all components.
B ... |
Topic: How many channel instance consume sendAndReceive jmsTemplate |
metalpalo
Replies: 7 Views: 8411
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 30, 2023 9:48 pm Subject: How many channel instance consume sendAndReceive jmsTemplate |
Thank for explanation
My note for your question on Q3:
I started my springboot application on my local machine and fire 10 sendAndReceive operations so everything should be run inside one proces ... |
Topic: How many channel instance consume sendAndReceive jmsTemplate |
metalpalo
Replies: 7 Views: 8411
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 30, 2023 3:14 am Subject: How many channel instance consume sendAndReceive jmsTemplate |
Hi,
I meant application connections, there are displayed two rows(only one has objectName matching queue name for receive message based correlationId)
Q1:What is purpose of these two connections ... |
Topic: How many channel instance consume sendAndReceive jmsTemplate |
metalpalo
Replies: 7 Views: 8411
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 30, 2023 12:12 am Subject: How many channel instance consume sendAndReceive jmsTemplate |
Hi,
Our springboot application connects to IBM server based on configured MQConnectionFactory like this(it seems that sharing conversation is enabled by default):
Bean
public ConnectionFact ... |
Topic: How to set timeToLive on JMS producer globally via com.ibm.m |
metalpalo
Replies: 4 Views: 5905
|
Forum: IBM MQ Java / JMS Posted: Wed May 10, 2023 3:47 am Subject: How to set timeToLive on JMS producer globally via com.ibm.m |
Why would you want to set it at the producer level as the producer can be anonymous and send to multiple destinations.
The setting is correctly set at the destination level, so keep it there. :inno ... |
Topic: How to set timeToLive on JMS producer globally via com.ibm.m |
metalpalo
Replies: 4 Views: 5905
|
Forum: IBM MQ Java / JMS Posted: Tue May 09, 2023 5:59 am Subject: How to set timeToLive on JMS producer globally via com.ibm.m |
Sorry, Im newbie in IBM MQ.
But If I good understood expiration is possible to set somehow via JNDI only on destination level right?
Some good example?
Does exists general(global) setting on ... |
Topic: How to set timeToLive on JMS producer globally via com.ibm.m |
metalpalo
Replies: 4 Views: 5905
|
Forum: IBM MQ Java / JMS Posted: Wed May 03, 2023 10:32 pm Subject: How to set timeToLive on JMS producer globally via com.ibm.m |
Hi All,
At first I apologize if my message is on incorrect group.
Im developing spring application sending messages to IBM MQ server(version is irrelevant I think).
For this purpose applicatio ... |