JMS Addressing
JMS Addressing - how do I specify a JMS queue or topic as a destination when sending a message?
The only standard URI provided by the WSDL Specification for the transport attribute on SOAP bindings is that for HTTP. Although the specification indicates that other URIs may be used to indicate other transports (SMTP etc), these are undefined. If a HTTP URL is present as the target endpoint then this is automatically suggested as an address on the To: line within the MagooClient message viewer.
For JMS destinations, use either the 'queue:' or 'topic:' prefixes e.g. 'queue:SHIPQUEUE' when filling out the destination address. These will be resolved to physical JMS destinations using the JNDI information for the configured JMS transport.
EMail addressing is identical to other Email clients - simply enter a regular EMail address e.g. info@magoosoft.com (no mailto: prefix is required)