Author |
Message
|
MQ_adi |
Posted: Sun Apr 05, 2009 11:55 pm Post subject: |
|
|
Novice
Joined: 03 Apr 2009 Posts: 13
|
Is there a possiblity of the msg id being converted to someother form ,due to which there is mismatch ?
What are the other thing that I can do to trouble shoot this problem? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 06, 2009 12:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
MQ_adi wrote: |
Is there a possiblity of the msg id being converted to someother form ,due to which there is mismatch ? |
No. Message id is never converted by the software. If any of your applications are converting it, or worse still deliberately setting it, then you're caught in a trap of your own making.
MQ_adi wrote: |
What are the other thing that I can do to trouble shoot this problem? |
Identify what your application is looking for, which might be different to what you think it's looking for. Identify what's on the queue and how it differs from what your application is looking for.
Or use a more traditional design, as mqjeff has suggested and reduce the possibility of error. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
MQ_adi |
Posted: Mon Apr 06, 2009 1:16 am Post subject: |
|
|
Novice
Joined: 03 Apr 2009 Posts: 13
|
I have just noticed that my application is trying to get the pdf before document engine is putting in the output queue.
What are the parameters/configuration setting related to MQ which effect the performance? |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Mon Apr 06, 2009 1:29 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
what makes you think this is a performance issue? How long is the put taking? What expectations do you have? The app doing the get should really be able to handle message delays. Maybe use get with wait or trigger your app. All down to your design really.
Last edited by WMBDEV1 on Mon Apr 06, 2009 1:39 am; edited 5 times in total |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 06, 2009 1:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
MQ_adi wrote: |
What are the parameters/configuration setting related to MQ which effect the performance? |
This is nothing to do with performance and everything to do with your design. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Apr 06, 2009 3:33 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vitor wrote: |
MQ_adi wrote: |
What are the parameters/configuration setting related to MQ which effect the performance? |
This is nothing to do with performance and everything to do with your design. |
And maybe the size of your pdf and your network bandwidth.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|