|
From: Gait B. <gai...@ti...> - 2005-07-19 07:09:51
|
Hi Ian, on inbound, Hermes doesn't really look at the from/to as far as I remember. When a message arrives on the MSH, the conversationid, service, action and cpaid identify the mailbox where the message gets dropped and your listener picks it up from there. On outbound, you specify the MSH URL on the request as well, and again Hermes doesn't really look at the values. Only when Hermes sends an automatic reply, such as an ack or error message, Hermes looks at the from partyid's and tries to resolve an address from the list. The first URL or mailto in the list will be used. I have an addres resolver extension to Hermes so that I can change the behaviour (sometimes error messages need to go somewhere else..). ebMS is strictly point-to-point. No way to broadcast or use lists. If you want distr. lists. you'll need to implement a repeater client in Hermes. ian tabangay wrote: >Hi Ronald. >Looking at hermes's code it only keeps the first element listed under the ToPartyId and the FromPartyId... which is expected if the ebxml specs did mention that all elements listed in either ToPartyId and FromPartyId must refer to only a single organization. >This is the first time I have handled EBXML messages and my boss is determined to implement this feature. I was thinking of adding an element within the header that would contain the list of recipients but Im not sure what would be the impact of this as far as EBXML messaging is concerned. >Thanks. > > >Ian Tabangay >Supply Chain Networks, Inc. >ia...@sc... <mailto:ia...@sc...> > > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >_______________________________________________ >ebxmlms-develop mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop > > > |