SPRNET-1143 - update renamed IApplicationListener -> IApplicationEventListener interface in reference docs

add in copy editors edits to objects.xml
This commit is contained in:
markpollack
2009-07-28 16:00:11 +00:00
parent 1d9a50b292
commit 8603a1bcbc
3 changed files with 263 additions and 243 deletions

View File

@@ -55,9 +55,18 @@
Messages sent from the server to the client will use the transactional
queue <literal>.\Private$\response.joe.txqueue</literal>. The queue for
messages that cannot be processed, so called 'poison messages' will be
sent to the queue <literal>.\Private$\dead.queue</literal>. You can create
these queues using the computer management administration console. Private
queues are used to simplify the application setup requirements.</para>
sent to the queue <literal>.\Private$\dead.txqueue</literal>. You can
create these queues using the computer management administration console.
Private queues are used to simplify the application setup
requirements.</para>
<note>
<para>You must create the queues mentioned previously using standard
Windows Computer Management console to manage MSMQ. This <link
ns6:href="http://www.worldofasp.net/tut/MSMQ/Basic_Introduction_about_MSMQ_in_NET_Framework_98.aspx">article</link>
covers the basics of creating the queus in the management console.
</para>
</note>
<para>Since MSMQ does not natively support the publish-subscribe messaging
style as in other messaging systems, Apache MQ, IBM Websphere MQ, TIBCO