Closed GoogleCodeExporter closed 9 years ago
were you able to send a regular (non MDN) message with this configuration?
MDNs are special cases because they implement QoS and are handled differently
from an incoming/outgoing anchor perspective. The .NET RI recently implemented
something similar.
Original comment by abarea...@gmail.com
on 12 Jul 2011 at 8:05
yes, send regular (non MDN), received MDN
Original comment by NFinst...@gmail.com
on 12 Jul 2011 at 8:10
Looking at the code, the WS configuration uses the uniform trust anchor
configuration by default unless the multidomain setting is applied. The
uniform setting applies the same anchor policy across all domains. I'm
debating if multidomain should be the default setting (it does work with one
domain, bad naming convention).
Try adding the following setting in the "settings" section of the config ui and
restart your gateway:
Name: AnchorResolverType
Value: multidomain
The multi domain anchor resolver does require that you have at least one anchor
defined to be outgoing and one to be incoming. You should always have the
domain's own anchor in its anchor list, and more than likely that will be set
as both incoming and outgoing. I could see use cases where a HISP may not
always want this to be the case, so I am considering logging a bug/enhancement
to allow an empty set of incoming or outgoing anchors (but not both).
Let me know if the configuration above works for you.
Original comment by gm2...@cerner.com
on 18 Jul 2011 at 3:08
Original comment by gm2...@cerner.com
on 8 Sep 2011 at 7:28
The WS configuration has been updated to use the multi-domain setting by
default regardless of the number of domains. The uniform setting really only
makes sense for development purposes.
Original comment by gm2...@cerner.com
on 18 Oct 2011 at 5:05
Original comment by gm2...@cerner.com
on 20 Nov 2012 at 3:43
Original issue reported on code.google.com by
NFinst...@gmail.com
on 12 Jul 2011 at 7:56