Author |
Message
|
sandip_gaikwad |
Posted: Mon Oct 15, 2012 4:31 am Post subject: Is it duplication or not retrived properly? |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
Hello expert,
I am using MQ client and MQ server version 7.0.1.MQ server is in windows server 2003 environment and MQ client in HP-ux environment.
When transaction in process that time the same message coming in client side and same message stay with the local queue of server.Kindly tell me that is it the duplicate message or message not getting properly?when the same message record come at client side that time MQ client down and we need to retrieved message manually,then further message transaction proceed start.Kindly do needful. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Oct 15, 2012 4:40 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Does your application specify MQGMO_BROWSE? _________________ 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 |
|
 |
sandip_gaikwad |
Posted: Mon Oct 15, 2012 4:57 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
My application working fine with MQ server and cilent 6.0.Then why that kind of problem come in MQ version 7.0.1?I am using same application that used with MQ 6.0 |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Oct 15, 2012 5:55 am Post subject: Re: Is it duplication or not retrived properly? |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
sandip_gaikwad wrote: |
Hello expert,
I am using MQ client and MQ server version 7.0.1.MQ server is in windows server 2003 environment and MQ client in HP-ux environment.
When transaction in process that time the same message coming in client side and same message stay with the local queue of server.Kindly tell me that is it the duplicate message or message not getting properly?when the same message record come at client side that time MQ client down and we need to retrieved message manually,then further message transaction proceed start.Kindly do needful. |
You have provided very little information.
Do you mean that the message remains on the server queue AFTER the transaction is complete? Or while the transaction is in-flight?
How do you know that the message remains on the server queue? Are you looking at queue depth, for example?
If your app is in a transaction (inside a unit of work), the message will remain in the queue on the server, but be delivered to the client application inside the unit of work. _________________ 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: Mon Oct 15, 2012 5:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sandip_gaikwad wrote: |
My application working fine with MQ server and cilent 6.0.Then why that kind of problem come in MQ version 7.0.1?I am using same application that used with MQ 6.0 |
Because, as you indicate here, your v7 set up doesn't work properly. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Mon Oct 15, 2012 10:16 am Post subject: Re: Is it duplication or not retrived properly? |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
bruce2359 wrote: |
sandip_gaikwad wrote: |
Hello expert,
I am using MQ client and MQ server version 7.0.1.MQ server is in windows server 2003 environment and MQ client in HP-ux environment.
When transaction in process that time the same message coming in client side and same message stay with the local queue of server.Kindly tell me that is it the duplicate message or message not getting properly?when the same message record come at client side that time MQ client down and we need to retrieved message manually,then further message transaction proceed start.Kindly do needful. |
You have provided very little information.
Do you mean that the message remains on the server queue AFTER the transaction is complete? Or while the transaction is in-flight?
How do you know that the message remains on the server queue? Are you looking at queue depth, for example?
If your app is in a transaction (inside a unit of work), the message will remain in the queue on the server, but be delivered to the client application inside the unit of work. |
The same message coming on the client side.Application having setting when same kind of record come then Application service goes down.then they need to get the message and need to start application service. |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Mon Oct 15, 2012 10:17 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
Vitor wrote: |
sandip_gaikwad wrote: |
My application working fine with MQ server and cilent 6.0.Then why that kind of problem come in MQ version 7.0.1?I am using same application that used with MQ 6.0 |
Because, as you indicate here, your v7 set up doesn't work properly. |
yes |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Oct 15, 2012 11:04 am Post subject: Re: Is it duplication or not retrived properly? |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
sandip_gaikwad wrote: |
The same message coming on the client side.Application having setting when same kind of record come then Application service goes down.then they need to get the message and need to start application service. |
I do not understand what you are saying.
Please answer my questions directly.
1) Do you mean that the message remains on the server queue AFTER the transaction is complete? Or while the transaction is in-flight? Or something else?
2) How do you know that the message remains on the server queue? Are you looking at queue depth, for example?
3) Is the client application ending abnormally? Is the client platform ending abnormally? _________________ 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 |
|
 |
sandip_gaikwad |
Posted: Tue Oct 16, 2012 2:47 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
How to check client service goes down and available ? |
|
Back to top |
|
 |
exerk |
Posted: Tue Oct 16, 2012 4:11 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
sandip_gaikwad wrote: |
How to check client service goes down and available ? |
This is a nonsensical statement - if a service goes down it will by definition be unavailable. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Oct 16, 2012 4:25 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
sandip_gaikwad wrote: |
How to check client service goes down and available ? |
A good monitoring tool. _________________ 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 |
|
 |
nathanw |
Posted: Tue Oct 16, 2012 4:38 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
bruce2359 wrote: |
sandip_gaikwad wrote: |
How to check client service goes down and available ? |
A good monitoring tool. |
which links back to your thread here
http://www.mqseries.net/phpBB2/viewtopic.php?t=62467&highlight=
where you really need to give more details _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 16, 2012 4:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
exerk wrote: |
sandip_gaikwad wrote: |
How to check client service goes down and available ? |
This is a nonsensical statement - if a service goes down it will by definition be unavailable. |
And if the client service is unavailable how is it duplicating messages with the server side, as you appeared to indicate?
You're going to need to be a lot more methodical in your explainations if you're going to get any realistic help here. If we don't understand your questions, we're not going to give good answers. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|