my.object
destination using the VM endpoint. There needs to be a global VM endpoint registered for the message to be sent. jms://jmsProvider/orders.topic
dispatches a JMS message via the globally registered jmsProvider over a topic destination called orders.topic
.
jms://orders.topic
is equivalent to the above except that the endpoint is determined by the protocol, so the first JMS endpoint is used.
Note that there must be a configured MuleManager for this client to work. It will use the one available using muleContext
@see org.mule.endpoint.MuleEndpointURI
|
|
|
|