> What about the spokes (the receivers)? Similar memory usage?
yes, remember a networks are store and forward. so each spoke gets a
message send and dispatches to its connected consumers in the same way
as the hub responds to a send.
On 8 November 2012 12:38, James Green wrote:
>
> As to stomp
What about the spokes (the receivers)? Similar memory usage?
As to stomp clients they report an "unable to connect" to localhost.
On 8 November 2012 11:46, Gary Tully wrote:
> There will be a single copy of the message but it will by default get
> marshaled in parallel due to asyncDispatch. S
There will be a single copy of the message but it will by default get
marshaled in parallel due to asyncDispatch. So there may be multiple
marshall buffers in existence for the message send via the proxy
consumers in the network connectors.
asyncDispatch is good because it means that a slow consum