Author |
Message
|
asudhakar |
Posted: Wed Aug 15, 2007 7:18 pm Post subject: Message Domain |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
Hi 2 all,
Domain and parsers are very important in MB. I know that.
Regarding parsers : These are used to create logical tree for input message. 4 types of trees are used in MB.
Regarding Domain, i am not able to get information.
Can any one helps me what is Domain and how it is useful.
Thank you. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 15, 2007 11:52 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Do you really mean message domain? It refers to the class of message and which parser is selected to build the tree. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
asudhakar |
Posted: Thu Aug 16, 2007 12:09 am Post subject: Message Domain |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
Vitor wrote: |
Do you really mean message domain? It refers to the class of message and which parser is selected to build the tree. |
Yes. i asked about Domain.
We have XML, MRM, JMS etc domains are available.
By the parsers we can create message trees.
I want some info(definition, uses) regards Domain. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Aug 16, 2007 12:26 am Post subject: Re: Message Domain |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
asudhakar wrote: |
Vitor wrote: |
Do you really mean message domain? It refers to the class of message and which parser is selected to build the tree. |
Yes. i asked about Domain.
We have XML, MRM, JMS etc domains are available.
By the parsers we can create message trees.
I want some info(definition, uses) regards Domain. |
Don't use XML any more. Use XMLNS or XMLNSC.
Read the infocenter. There is a lot explained about the new domains there.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 16, 2007 3:36 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
MRM is a Domain. CWF is a parser in the MRM domain.
There ain't a lot more to it. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
asudhakar |
Posted: Thu Aug 16, 2007 5:37 am Post subject: Re: Message Domain |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
fjb_saper wrote: |
asudhakar wrote: |
Vitor wrote: |
Do you really mean message domain? It refers to the class of message and which parser is selected to build the tree. |
Yes. i asked about Domain.
We have XML, MRM, JMS etc domains are available.
By the parsers we can create message trees.
I want some info(definition, uses) regards Domain. |
Don't use XML any more. Use XMLNS or XMLNSC.
Read the infocenter. There is a lot explained about the new domains there.  |
Thank you For your replay.
Still i am using XML domain only.
I am not getting any errors.
Dont mind. Why i need to use XMLNS, XMLNSC domains.
we have JMS domains, when we need to use these domains. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
asudhakar |
Posted: Thu Aug 16, 2007 5:38 am Post subject: |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
jefflowrey wrote: |
MRM is a Domain. CWF is a parser in the MRM domain.
There ain't a lot more to it. |
MRM is domain. but CWF is message format.
can we call, CWF is parser. I dont know.
I think we have MRM parsers are available.
Please give me clear info.
Thank you. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 16, 2007 5:44 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
CWF is a parser in the MRM Domain.
The MRM domain also has the XML parser.
It also has the TDS parser.
The XML domain has only the XML parser.
The XMLNS domain only has the XMLNS parser. (Kimbert will correct me, and say it's the XML4 parser or XMLP or some such).
The XMLNS domain only has the XMLNS parser.
The MIME domain only has the MIME parser.
The BLOB domain only has the BLOB parser.
ETC.
ETC.
ETC.
You can pretend that domain == parser. It's not entirely true, but it will never cause you big problems, unless you're doing very particular, very specific things. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 16, 2007 5:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
asudhakar wrote: |
jefflowrey wrote: |
MRM is a Domain. CWF is a parser in the MRM domain.
There ain't a lot more to it. |
MRM is domain. but CWF is message format.
can we call, CWF is parser. I dont know. |
If you read the infocenter you would.
asudhakar wrote: |
I think we have MRM parsers are available. |
I think you do too. They're built into WMB, along with the XML ones
asudhakar wrote: |
Please give me clear info. |
Are you asking how to process messages put with JMS within WMB? It depends on what format they are, which you indicate using JMS header values (which map onto the RFH2). _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
asudhakar |
Posted: Thu Aug 16, 2007 7:46 pm Post subject: |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
Vitor wrote: |
asudhakar wrote: |
jefflowrey wrote: |
MRM is a Domain. CWF is a parser in the MRM domain.
There ain't a lot more to it. |
MRM is domain. but CWF is message format.
can we call, CWF is parser. I dont know. |
If you read the infocenter you would.
asudhakar wrote: |
I think we have MRM parsers are available. |
I think you do too. They're built into WMB, along with the XML ones
asudhakar wrote: |
Please give me clear info. |
Are you asking how to process messages put with JMS within WMB? It depends on what format they are, which you indicate using JMS header values (which map onto the RFH2). |
Thank You 4ur Replay.
I worked with XML, MRM domains.
I am interest to work with JMS domain.
Thats way i asked about that JMS Domain.
Regarding domains, parsers where we can get Full info.
Can you help me pls 4 above points. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
Vitor |
Posted: Fri Aug 17, 2007 12:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
asudhakar wrote: |
I worked with XML, MRM domains.
I am interest to work with JMS domain.
Thats way i asked about that JMS Domain.
|
And that's I asked my question - there's no such thing as a JMS domain. JMS is a protocol, hence my question. JMS messages can be XML/NS/NSC or MRM.
I don't understand what you're getting at.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 17, 2007 3:35 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There is a JMSMap Domain.
There is a JMSStream Domain.
They are likely not what you're actually trying to use.
They are for very specific types of JMS messages.
Most people do not use these very specific types of JMS messages.
You should have started off with a clear description of what you were trying to do, rather than asking a vague question about "domain". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|