Discussion:
AMQ8712: PubSub is disabled for this queue manager
Coombs, Lawrence
2013-10-23 01:57:20 UTC
Permalink
I have two queue managers running on the same server. When I issue a 'dis topic(*) all' command on one it works. When I issue the same command on the other queue manager, it gives me a
Message that Pub/Sub is not running on this queue manager. The WMQ version is 7.0.1.4. I have looked and googled this error but I am stomped.

Help?
=======================================================================================================================================
$ hostname
hofdvmq2
$ dspmq
QMNAME(SQAT9998) STATUS(Running)
QMNAME(SQAT9999) STATUS(Running)
QMNAME(SQAT8888) STATUS(Ended immediately)
$ runmqsc SQAT9998
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9998.


dis topic(*)
1 : dis topic(*)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BASE.TOPIC) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BROKER.ADMIN.STREAM) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BROKER.DEFAULT.STREAM) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BROKER.DEFAULT.SUBPOINT) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.DEFAULT.TOPIC) TYPE(LOCAL)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.


dis topic(*)
1 : dis topic(*)
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
end
2 : end
One MQSC command read.
No commands have a syntax error.
One valid MQSC command could not be processed.

This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Neil Casey
2013-10-23 02:35:56 UTC
Permalink
Hi Lawrence,

try

runmqsc
dis qmgr psmode

This controls whether pub/sub is enabled for the queue manager.


It might be DISABLED
If so, you can set it to either ENABLED (support both v6 and v7 style pub sub) or COMPAT (support only V7 style pub sub unless a message broker is implemented for v6 style pub sub).


Regards,


Neil Casey
I have two queue managers running on the same server. When I issue a ‘dis topic(*) all’ command on one it works. When I issue the same command on the other queue manager, it gives me a
Message that Pub/Sub is not running on this queue manager. The WMQ version is 7.0.1.4. I have looked and googled this error but I am stomped.
Help?
=======================================================================================================================================
$ hostname
hofdvmq2
$ dspmq
QMNAME(SQAT9998) STATUS(Running)
QMNAME(SQAT9999) STATUS(Running)
QMNAME(SQAT8888) STATUS(Ended immediately)
$ runmqsc SQAT9998
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9998.
dis topic(*)
1 : dis topic(*)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BASE.TOPIC) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BROKER.ADMIN.STREAM) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BROKER.DEFAULT.STREAM) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.BROKER.DEFAULT.SUBPOINT) TYPE(LOCAL)
AMQ8633: Display topic details.
TOPIC(SYSTEM.DEFAULT.TOPIC) TYPE(LOCAL)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.
dis topic(*)
1 : dis topic(*)
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
AMQ8712: PubSub is disabled for this queue manager.
end
2 : end
One MQSC command read.
No commands have a syntax error.
One valid MQSC command could not be processed.
This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.
List Archive - Manage Your List Settings - Unsubscribe
Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com
To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Coombs, Lawrence
2013-10-23 12:00:41 UTC
Permalink
It is enabled for both the one that works and the other that does not.

dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9998) PSMODE(ENABLED)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.


dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9999) PSMODE(ENABLED)

This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Jefferson Lowrey
2013-10-23 12:04:39 UTC
Permalink
It may require a restart of the queue manager after you have ALTER QMGR
PSMODE(ENABLED) before it will take effect.


Thank you,

Jeff Lowrey



From: "Coombs, Lawrence" <Lawrence.Coombs-***@public.gmane.org>
To: MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org,
Date: 10/23/2013 08:01 AM
Subject: Re: [MQSERIES] AMQ8712: PubSub is disabled for this queue
manager
Sent by: MQSeries List <MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org>



It is enabled for both the one that works and the other that does not.

dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9998) PSMODE(ENABLED)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.


dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9999) PSMODE(ENABLED)

This message, including any attachments, is the property of Sears Holdings
Corporation and/or one of its subsidiaries. It is confidential and may
contain proprietary or legally privileged information. If you are not the
intended recipient, please delete it without reading the contents. Thank
you.


List Archive - Manage Your List Settings - Unsubscribe
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Ram
2013-10-23 12:13:47 UTC
Permalink
Most likely pubsub daemon crashed , check FDC and restart QM. If it doesn't stay up , review errors / FDC or open pmr

Ram Ramanathan
Post by Coombs, Lawrence
It is enabled for both the one that works and the other that does not.
dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9998) PSMODE(ENABLED)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.
dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9999) PSMODE(ENABLED)
This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.
List Archive - Manage Your List Settings - Unsubscribe
Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com
To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Coombs, Lawrence
2013-10-23 13:09:36 UTC
Permalink
The psmode is already set to ENABLED.

From: MQSeries List [mailto:MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org] On Behalf Of Jefferson Lowrey
Sent: Wednesday, October 23, 2013 7:05 AM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: Re: AMQ8712: PubSub is disabled for this queue manager

It may require a restart of the queue manager after you have ALTER QMGR PSMODE(ENABLED) before it will take effect.


Thank you,

Jeff Lowrey



From: "Coombs, Lawrence" <Lawrence.Coombs-***@public.gmane.org<mailto:Lawrence.Coombs-***@public.gmane.org>>
To: MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org<mailto:MQSERIES-JX7+OpRa80Ties2YCUG/***@public.gmane.orgniwien.ac.at>,
Date: 10/23/2013 08:01 AM
Subject: Re: [MQSERIES] AMQ8712: PubSub is disabled for this queue manager
Sent by: MQSeries List <MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org<mailto:MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org>>
________________________________



It is enabled for both the one that works and the other that does not.

dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9998) PSMODE(ENABLED)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.


dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9999) PSMODE(ENABLED)


This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

________________________________
List Archive<http://listserv.meduniwien.ac.at/archives/mqser-l.html> - Manage Your List Settings<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> - Unsubscribe<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%20mqseries>

Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com<http://www.lsoft.com/resources/manuals.asp>

________________________________
List Archive<http://listserv.meduniwien.ac.at/archives/mqser-l.html> - Manage Your List Settings<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> - Unsubscribe<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%20mqseries>

Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com<http://www.lsoft.com/resources/manuals.asp>

This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Jefferson Lowrey
2013-10-23 13:20:47 UTC
Permalink
Yes.

But if you did that, and then did not restart the queue manager, the
PSMODE may report as ENABLED, but not actually *be* enabled.


Thank you,

Jeff Lowrey



From: "Coombs, Lawrence" <Lawrence.Coombs-***@public.gmane.org>
To: MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org,
Date: 10/23/2013 09:10 AM
Subject: Re: [MQSERIES] AMQ8712: PubSub is disabled for this queue
manager
Sent by: MQSeries List <MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org>



The psmode is already set to ENABLED.

From: MQSeries List [mailto:MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org] On Behalf
Of Jefferson Lowrey
Sent: Wednesday, October 23, 2013 7:05 AM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: Re: AMQ8712: PubSub is disabled for this queue manager

It may require a restart of the queue manager after you have ALTER QMGR
PSMODE(ENABLED) before it will take effect.


Thank you,

Jeff Lowrey



From: "Coombs, Lawrence" <Lawrence.Coombs-***@public.gmane.org>
To: MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org,
Date: 10/23/2013 08:01 AM
Subject: Re: [MQSERIES] AMQ8712: PubSub is disabled for this queue
manager
Sent by: MQSeries List <MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org>




It is enabled for both the one that works and the other that does not.

dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9998) PSMODE(ENABLED)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.


dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9999) PSMODE(ENABLED)

This message, including any attachments, is the property of Sears Holdings
Corporation and/or one of its subsidiaries. It is confidential and may
contain proprietary or legally privileged information. If you are not the
intended recipient, please delete it without reading the contents. Thank
you.

List Archive - Manage Your List Settings - Unsubscribe
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com


List Archive - Manage Your List Settings - Unsubscribe
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
This message, including any attachments, is the property of Sears Holdings
Corporation and/or one of its subsidiaries. It is confidential and may
contain proprietary or legally privileged information. If you are not the
intended recipient, please delete it without reading the contents. Thank
you.


List Archive - Manage Your List Settings - Unsubscribe
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Tim Zielke
2013-10-23 13:21:18 UTC
Permalink
This post might be inappropriate. Click to display it.
Coombs, Lawrence
2013-10-23 13:36:45 UTC
Permalink
This post might be inappropriate. Click to display it.
Coombs, Lawrence
2013-10-23 13:54:50 UTC
Permalink
The psmode was always set to ENABLED.

From: MQSeries List [mailto:MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org] On Behalf Of Jefferson Lowrey
Sent: Wednesday, October 23, 2013 8:21 AM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: Re: AMQ8712: PubSub is disabled for this queue manager

Yes.

But if you did that, and then did not restart the queue manager, the PSMODE may report as ENABLED, but not actually *be* enabled.


Thank you,

Jeff Lowrey



From: "Coombs, Lawrence" <Lawrence.Coombs-***@public.gmane.org<mailto:Lawrence.Coombs-***@public.gmane.org>>
To: MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org<mailto:MQSERIES-JX7+OpRa80Ties2YCUG/***@public.gmane.orgniwien.ac.at>,
Date: 10/23/2013 09:10 AM
Subject: Re: [MQSERIES] AMQ8712: PubSub is disabled for this queue manager
Sent by: MQSeries List <MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org<mailto:MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org>>
________________________________



The psmode is already set to ENABLED.

From: MQSeries List [mailto:MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org] On Behalf Of Jefferson Lowrey
Sent: Wednesday, October 23, 2013 7:05 AM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org<mailto:MQSERIES-0lvw86wZMd9k/***@public.gmane.orgAC.AT>
Subject: Re: AMQ8712: PubSub is disabled for this queue manager

It may require a restart of the queue manager after you have ALTER QMGR PSMODE(ENABLED) before it will take effect.


Thank you,

Jeff Lowrey



From: "Coombs, Lawrence" <Lawrence.Coombs-***@public.gmane.org<mailto:Lawrence.Coombs-***@public.gmane.org>>
To: MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org<mailto:MQSERIES-JX7+OpRa80Ties2YCUG/***@public.gmane.orgniwien.ac.at>,
Date: 10/23/2013 08:01 AM
Subject: Re: [MQSERIES] AMQ8712: PubSub is disabled for this queue manager
Sent by: MQSeries List <MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org<mailto:MQSERIES-JX7+OpRa80QeFbOYke1v4oOpTq8/***@public.gmane.org>>
________________________________




It is enabled for both the one that works and the other that does not.

dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9998) PSMODE(ENABLED)
end
2 : end
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
$ runmqsc SQAT9999
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED.
Starting MQSC for queue manager SQAT9999.


dis qmgr psmode
1 : dis qmgr psmode
AMQ8408: Display Queue Manager details.
QMNAME(SQAT9999) PSMODE(ENABLED)


This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

________________________________

List Archive<http://listserv.meduniwien.ac.at/archives/mqser-l.html> - Manage Your List Settings<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> - Unsubscribe<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%20mqseries>

Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com<http://www.lsoft.com/resources/manuals.asp>


________________________________

List Archive<http://listserv.meduniwien.ac.at/archives/mqser-l.html> - Manage Your List Settings<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> - Unsubscribe<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%20mqseries>

Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com<http://www.lsoft.com/resources/manuals.asp>

This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

________________________________
List Archive<http://listserv.meduniwien.ac.at/archives/mqser-l.html> - Manage Your List Settings<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> - Unsubscribe<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%20mqseries>

Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com<http://www.lsoft.com/resources/manuals.asp>

________________________________
List Archive<http://listserv.meduniwien.ac.at/archives/mqser-l.html> - Manage Your List Settings<http://listserv.meduniwien.ac.at/cgi-bin/wa?SUBED1=mqser-l&A=1> - Unsubscribe<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?subject=Unsubscribe&BODY=signoff%20mqseries>

Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com<http://www.lsoft.com/resources/manuals.asp>

This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
Coombs, Lawrence
2013-10-24 00:22:40 UTC
Permalink
Recycling the queue manager did the trick.

This message, including any attachments, is the property of Sears Holdings Corporation and/or one of its subsidiaries. It is confidential and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it without reading the contents. Thank you.

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html

Loading...