From: <ovi...@jb...> - 2005-07-29 18:21:21
|
anonymous wrote : The Message Core only becomes a bus when you put a broker in front of it e.g. for the jms facade, create channels that implement queues/topics and add them to the destination manager. For a JMS system, routing is external. The producer must decide what destination to use, so it uses the "broker" to mediate the transport of that message to the destination's receivers, by passing the message and the destination to the broker. A service plugged into an ESB shouldn't have to do this. It should simply pass the message to the bus and the bus should route the message to its destination based on arbitrary rules, most likely involving the abstract destination service definition or other message metadata. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887342#3887342 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887342 |