Author |
Message
|
vinay.gollapalli |
Posted: Thu Apr 05, 2018 7:40 am Post subject: Checkouts Required after moving MQ version 7.1 to version 8 |
|
|
Novice
Joined: 22 Aug 2017 Posts: 22
|
Hi All
What checkouts application need to perform after moving version 7.1 to version 8 or latest .
What are the ways to confirm whether connection is successful or not ? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 05, 2018 7:45 am Post subject: Re: Checkouts Required after moving MQ version 7.1 to versio |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vinay.gollapalli wrote: |
What checkouts application need to perform after moving version 7.1 to version 8 or latest . |
Whatever regression testing you usually perform for that application when you change it.
vinay.gollapalli wrote: |
What are the ways to confirm whether connection is successful or not ? |
What kind of connection? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vinay.gollapalli |
Posted: Thu Apr 05, 2018 7:49 am Post subject: Re: Checkouts Required after moving MQ version 7.1 to versio |
|
|
Novice
Joined: 22 Aug 2017 Posts: 22
|
Normal connection to queue to check after upgrade with out putting messages .
Is there a way we can do connection successful with out putting message on queue .
Vitor wrote: |
vinay.gollapalli wrote: |
What checkouts application need to perform after moving version 7.1 to version 8 or latest . |
Whatever regression testing you usually perform for that application when you change it.
vinay.gollapalli wrote: |
What are the ways to confirm whether connection is successful or not ? |
What kind of connection? |
|
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 05, 2018 8:47 am Post subject: Re: Checkouts Required after moving MQ version 7.1 to versio |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vinay.gollapalli wrote: |
Normal connection to queue to check after upgrade with out putting messages . |
You don't connect to a queue. You connect to a queue manager.
vinay.gollapalli wrote: |
Is there a way we can do connection successful with out putting message on queue . |
Like I said, you don't connect to a queue, so you can ping the channel to determine if the MCA is responsive. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Apr 05, 2018 9:01 am Post subject: Re: Checkouts Required after moving MQ version 7.1 to versio |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Vitor wrote: |
vinay.gollapalli wrote: |
Normal connection to queue to check after upgrade with out putting messages . |
You don't connect to a queue. You connect to a queue manager.
vinay.gollapalli wrote: |
Is there a way we can do connection successful with out putting message on queue . |
Like I said, you don't connect to a queue, so you can ping the channel to determine if the MCA is responsive. |
Perhaps the OP is using 'connection to a queue' is the JMS sense, using the QCF Queue Connection Factory that abstracts a JMS destination to an MQ queue. _________________ 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 |
|
 |
Vitor |
Posted: Thu Apr 05, 2018 9:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
In which case you "test" the connection by the presence (or not) of a JMS error when you instantiate the object. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mvic |
Posted: Thu Apr 05, 2018 2:26 pm Post subject: Re: Checkouts Required after moving MQ version 7.1 to versio |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
vinay.gollapalli wrote: |
What checkouts application need to perform after moving version 7.1 to version 8 or latest.
What are the ways to confirm whether connection is successful or not ? |
It's unclear what you're asking.
In the first line, by "checkout" do you mean "test"?
In the second line, what better way is there to test it than just to try it?
Ask your application owner what tests they suggest to run when deploying a new version of their application. |
|
Back to top |
|
 |
smuktineni |
Posted: Mon Apr 09, 2018 9:23 am Post subject: |
|
|
 Apprentice
Joined: 28 Aug 2003 Posts: 33 Location: Omaha
|
There will be minimum Hardware and OS updates required by the new version, analyze if any issues acquiring them.
Check the differences/updates between your versions.
Ex: http://www-01.ibm.com/support/docview.wss?uid=swg21312967
Check how your clients are connecting and/or utilizing MQ
Make a list of all components with details, clients etc. Prepare the inventory!
Its your environment, get your ducks in row and put some effort before asking a question and be specific with your questions. _________________ -Satish |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Apr 09, 2018 5:05 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Apr 09, 2018 7:36 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
And, even knowing what's new in a new version, we can't tell you exactly what will be affected. Why? Because we don't know your applications and their requirements. _________________ 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 |
|
 |
|