|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Fastbound application |
« View previous topic :: View next topic » |
Author |
Message
|
EB |
Posted: Mon Sep 26, 2005 10:51 pm Post subject: Fastbound application |
|
|
 Acolyte
Joined: 19 Mar 2004 Posts: 70
|
Hi
Can anyone explain the concept around "fastbound application", how to identify and change a fastbound app.
Any help is greatly appreciated.
Regards
EB |
|
Back to top |
|
 |
EddieA |
Posted: Tue Sep 27, 2005 12:37 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
fastbound application |
Do you mean "fastpath binding". If so, that is controlled by the application doing the conection, not at the MQ level. So, to change it, you would have to change the application itself.
I'm not sure if there's a way to recognise if an application is using "fastpath".
Basically, it means that that the application runs as "part" of MQ, instead of as a seperate process. As usual, the manuals are your friend. Try reading them sometime.
Quote: |
Trusted applications imply that the WebSphere MQ application and the local queue manager agent become the same process. Because the agent process no longer needs to use an interface to access the queue manager, these applications become an extension of the queue manager. |
The same manuals contain the following warning about FastPath:
Quote: |
This option compromises the integrity of the queue manager: there is no protection from overwriting its storage. This also applies if the application contains errors that can be exposed to messages and other data in the queue manager too. Consider these issues before using this option. |
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
hopsala |
Posted: Tue Sep 27, 2005 12:56 am Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
On a less formal note, I personally do not recommend using fastpath at all - the slightly better performance is not worth the risk, and one rarely finds himself in a state where mq doesn't run fast enough for current needs (after using the usual means to enhance performance, of course) |
|
Back to top |
|
 |
wschutz |
Posted: Tue Sep 27, 2005 2:23 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
I'd second hopsala's suggestion. Unless you have a dire need, a extremely well tested program, and no other recourse, don't use fastpath. IMHO, it should only be used with MQ family products, like channels and the broker.
V6 allows you to see who's connected via fastpath:
Code: |
dis conn(*) type(*)
4 : dis conn(*) type(*)
AMQ8276: Display Connection details.
CONN(E51C394301010020)
EXTCONN(414D5143544553542020202020202020)
TYPE(*)
PID(19216) TID(1)
APPLTAG(amqzfuma) APPLTYPE(SYSTEM)
CHANNEL( ) CONNAME( )
CONNOPTS(MQCNO_FASTPATH_BINDING) USERID(wschutz)
UOWLOG( ) UOWSTDA( )
UOWSTTI( ) UOWLOGDA( )
UOWLOGTI( ) URTYPE(QMGR)
EXTURID(XA_FORMATID[00000000] XA_GTRID[] XA_BQUAL[])
QMURID(0.0) UOWSTATE(NONE)
|
_________________ -wayne |
|
Back to top |
|
 |
EB |
Posted: Wed Sep 28, 2005 9:01 pm Post subject: |
|
|
 Acolyte
Joined: 19 Mar 2004 Posts: 70
|
Hi
Is there any way of identifying apps connected as fastpath in v 5.3.09?
Regards
EB |
|
Back to top |
|
 |
wschutz |
Posted: Thu Sep 29, 2005 2:23 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
EB wrote: |
Hi
Is there any way of identifying apps connected as fastpath in v 5.3.09?
Regards
EB |
No, sorry _________________ -wayne |
|
Back to top |
|
 |
EB |
Posted: Thu Sep 29, 2005 2:30 am Post subject: |
|
|
 Acolyte
Joined: 19 Mar 2004 Posts: 70
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|