|
Home > Archive > BizTalk Server General > January 2006 > Message in outgoing queue MSMQ/T
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Message in outgoing queue MSMQ/T
|
|
|
| Hi, here is the situation: We have 1 group with two BTS servers (2004) and 1
SQL. Sending messages from a MSMQ computer two one of the two nodes is
working fine but when addressing the other all the messages get stuck in the
outgoing queue. No reaction from the sending computer nor the BTS machine.
The message just stays "unacked" with the state "inactive". I've tried telnet
the computer which is working fine, also tried sending with "FormatName" in
the queue definition but no change. Everything is rebooted, sp:s installed...
Anyone have any ideas or how I can debug/trace this scenario?
Regs/Axel
| |
| Tomas Restrepo \(MVP\) 2006-01-13, 9:59 pm |
| Axel,
> Hi, here is the situation: We have 1 group with two BTS servers (2004) and
> 1
> SQL. Sending messages from a MSMQ computer two one of the two nodes is
> working fine but when addressing the other all the messages get stuck in
> the
> outgoing queue. No reaction from the sending computer nor the BTS machine.
> The message just stays "unacked" with the state "inactive". I've tried
> telnet
> the computer which is working fine, also tried sending with "FormatName"
> in
> the queue definition but no change. Everything is rebooted, sp:s
> installed...
>
> Anyone have any ideas or how I can debug/trace this scenario?
Are you running MSMQ and MSMQT side by side on the servers? or just MSMQT?
There are a few issues that might be popping up:
1. Make sure the name of the server you're using on the send side when
sending the message matches the computer name configured for MSMQT,
otherwise the message will always be rejected by MSMQT.
2. Make sure from the sending machine that name resolution is working
correctly and that the machine name is indeed getting resolved to the
correct computer name.
3. If you are running MSMQ and MSMQT side by side, make sure you've
installed all the relevant hotfixes described here:
http://support.microsoft.com/?scid=...id=1444&sid=312
http://support.microsoft.com/kb/873322/
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
| |
|
| Tomas,
I am not running MSMSQT and MSMQ on the same machine, 1 machine for sending
MSMQ without biztalk and 1 machine with biztalk to receive.
I think there might be a naming conflict on the receiving computer because
when I address it with TCP:<ipname> everything works fine. It is just when I
use OS:<machinename> that the messages get stuck. I am currently looking into
how the machine is registred in the domain and OU. I do not think there is
any problem on the sending side because I have tried sending messages from
different computers with the same result.
Thank's for answering
Axel
"Tomas Restrepo (MVP)" wrote:
> Axel,
>
>
> Are you running MSMQ and MSMQT side by side on the servers? or just MSMQT?
>
> There are a few issues that might be popping up:
> 1. Make sure the name of the server you're using on the send side when
> sending the message matches the computer name configured for MSMQT,
> otherwise the message will always be rejected by MSMQT.
> 2. Make sure from the sending machine that name resolution is working
> correctly and that the machine name is indeed getting resolved to the
> correct computer name.
> 3. If you are running MSMQ and MSMQT side by side, make sure you've
> installed all the relevant hotfixes described here:
>
> http://support.microsoft.com/?scid=...id=1444&sid=312
> http://support.microsoft.com/kb/873322/
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
>
>
|
|
|
|
|