Marshalling is the "simple" process of putting together a bytearray containing the treestructure of your etd. The exact work depends on the kind of etd you have(xsd/dtd generated, delimited or fixed size)
Unmarshalling is the exact opposite. Given an array of bytes, a treestructure will be...
I'm using MQSeries natively on a queue that contains message groups flagged with a correlationid that indicates the receiver of the message.
When performing a getWithOptions, I end up with an Exception "MQJE001: Beendigungscode 2, Ursache 2033", when the queue has no matching messages...
Is it correct that I get the executing collaboration's name with
this.jCollabController.getCollaborationName()
while
getClass().getName();
returns the actual collaboration *rule*'s name?
Thanks in advance
Aki
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.