ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » SHARECNV to 0 from 10. What's the Impact on MQ and Appl ?

Post new topic  Reply to topic
 SHARECNV to 0 from 10. What's the Impact on MQ and Appl ? « View previous topic :: View next topic » 
Author Message
shashivarungupta
PostPosted: Fri Oct 11, 2013 5:42 am    Post subject: SHARECNV to 0 from 10. What's the Impact on MQ and Appl ? Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Hi,

As per the InfoCenter... for SHARECNV ...
"The number of shared conversations over a TCP/IP socket.
The filter value is the integer number of shared conversations."

but if that value ( SHARECNV ) is being decreased from 10 to 0, what could be the impact on MQ and Application Transactions ?
Would that cause any delay in messages / transactions ?

Cause at present the channel status has two instances and each has CURSHCNV on it with value 5 and 1, that means, multiple conversations running on that instance of channel.

If I have to change the value of SHARECNV .. do I have to clear the buffer or space occupied ?

MQv7.0.1.6, Linux 64 bit.
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
bruce2359
PostPosted: Fri Oct 11, 2013 5:59 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9470
Location: US: west coast, almost. Otherwise, enroute.

Do any of your applications multi-thread? Most user-written apps do not.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Fri Oct 11, 2013 9:08 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

bruce2359 wrote:
Do any of your applications multi-thread? Most user-written apps do not.


Application team shared some of the logs that they've faced... and cause of that they suggested to change its value to 0.

Quote:

Failed at message handling with error JMSWMQ2002: Failed to get a message from destination '<QUEUETEST>'. errorCode JMSWMQ2002
com.ibm.msg.client.jms.DetailedMessageFormatException: JMSWMQ2002: Failed to get a message from destination '<QUEUE1>'. WebSphere MQ classes for JMS attempted to perform an MQGET; however WebSphere MQ reported an error. Use the linked exception to determine the cause of this error.
at com.ibm.msg.client.wmq.common.internal.Reason.reasonToException(Reason.java:570)
at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:236)
at com.ibm.msg.client.wmq.internal.WMQMessageConsumer.checkJmqiCallSuccess(WMQMessageConsumer.java:128)
at com.ibm.msg.client.wmq.internal.WMQConsumerShadow.getMsg(WMQConsumerShadow.java:1289)
at com.ibm.msg.client.wmq.internal.WMQSyncConsumerShadow.receiveInternal(WMQSyncConsumerShadow.java:233)
at com.ibm.msg.client.wmq.internal.WMQConsumerShadow.receive(WMQConsumerShadow.java:1013)
at com.ibm.msg.client.wmq.internal.WMQMessageConsumer.receive(WMQMessageConsumer.java:459)
at com.ibm.msg.client.jms.internal.JmsMessageConsumerImpl.receiveInboundMessage(JmsMessageConsumerImpl.java:768)
at com.ibm.msg.client.jms.internal.JmsMessageConsumerImpl.receive(JmsMessageConsumerImpl.java:449)
at com.ibm.mq.jms.MQMessageConsumer.receive(MQMessageConsumer.java:258)
at com.domain.application.core.jms.listener.JmsEndpointListener.runBatch(JmsEndpointListener.java:207)
at com.domain.application.core.jms.listener.JmsEndpointListener.run(JmsEndpointListener.java:104)
Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '1' ('MQCC_WARNING') reason '2111' ('MQRC_SOURCE_CCSID_ERROR').
at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:223)
... 10 more
ERROR><DATE TIME STAMP VALUE> *.core.jms.listener.JmsEndpointListener[uatMqTestEndpoint.listener.0]: Linked Exception is
com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '1' ('MQCC_WARNING') reason '2111' ('MQRC_SOURCE_CCSID_ERROR').
at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:223)
at com.ibm.msg.client.wmq.internal.WMQMessageConsumer.checkJmqiCallSuccess(WMQMessageConsumer.java:128)
at com.ibm.msg.client.wmq.internal.WMQConsumerShadow.getMsg(WMQConsumerShadow.java:1289)
at com.ibm.msg.client.wmq.internal.WMQSyncConsumerShadow.receiveInternal(WMQSyncConsumerShadow.java:233)
at com.ibm.msg.client.wmq.internal.WMQConsumerShadow.receive(WMQConsumerShadow.java:1013)
at com.ibm.msg.client.wmq.internal.WMQMessageConsumer.receive(WMQMessageConsumer.java:459)
at com.ibm.msg.client.jms.internal.JmsMessageConsumerImpl.receiveInboundMessage(JmsMessageConsumerImpl.java:768)
at com.ibm.msg.client.jms.internal.JmsMessageConsumerImpl.receive(JmsMessageConsumerImpl.java:449)
at com.ibm.mq.jms.MQMessageConsumer.receive(MQMessageConsumer.java:258)
at com.domain.application.core.jms.listener.JmsEndpointListener.runBatch(JmsEndpointListener.java:207)
at com.domain.application.core.jms.listener.JmsEndpointListener.run(JmsEndpointListener.java:104)


I don't know if that's related to it. ANY Suggestions ?
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Oct 11, 2013 9:13 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

It's not related in the slightest.

It means your applications teams are completely unable to read error messages, that they are bothering you with it.
Back to top
View user's profile Send private message
Tibor
PostPosted: Fri Oct 11, 2013 9:21 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

Your message was: "WebSphere MQ call failed with compcode '1' ('MQCC_WARNING') reason '2111' ('MQRC_SOURCE_CCSID_ERROR'). " - it is not an error but a warning, so you even can get rid of this exception.
An explanation for this reason code:http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=%2Fcom.ibm.mq.amqzao.doc%2Ffm13050_.htm
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Fri Oct 11, 2013 10:50 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

There could be couple of scenarios...

1. Application is multi-threaded.
2. Application is not multi-threaded.

If its case 1, what if SHARECNV altered to 0 from 10 ? would that cause impact on connection applications and message throughput ?

If its case 2, what if SHARECNV alerted to 0 from 10 ? would that cause impact on connection applications and message throughput ? [logically not.]
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Fri Oct 11, 2013 1:31 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Tibor wrote:
Your message was: "WebSphere MQ call failed with compcode '1' ('MQCC_WARNING') reason '2111' ('MQRC_SOURCE_CCSID_ERROR'). " - it is not an error but a warning, so you even can get rid of this exception.
An explanation for this reason code:http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=%2Fcom.ibm.mq.amqzao.doc%2Ffm13050_.htm


There's also an APAR on that. Check it out
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Fri Oct 11, 2013 7:37 pm    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

bruce2359 wrote:
Do any of your applications multi-thread? Most user-written apps do not.


Multi-thread and single-thread consumers are there !!
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Sat Oct 12, 2013 9:45 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

mqjeff wrote:
It's not related in the slightest.

It means your applications teams are completely unable to read error messages, that they are bothering you with it.


I totally agree with you.. cause we have seen cases like when application team comes up with their message lost request.. and by the end of the hot call.. everytime.. they say.. its not logged in their logs .. and receiver gets that but they didn't acknowledge... huh....
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » SHARECNV to 0 from 10. What's the Impact on MQ and Appl ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.