Author |
Message
|
sri_csee1983 |
Posted: Tue Mar 25, 2008 6:09 am Post subject: New to Message Broker |
|
|
 Centurion
Joined: 25 Mar 2008 Posts: 125 Location: Chennai,India
|
Hi All,
I am new to message broker and I am in a project converting Cobol (EBCDIC) Message to XML Data.
Please suggest me a link from which I can get the details for developing message broker application for the above requirement. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 25, 2008 6:16 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
sri_csee1983 |
Posted: Tue Mar 25, 2008 7:18 am Post subject: |
|
|
 Centurion
Joined: 25 Mar 2008 Posts: 125 Location: Chennai,India
|
Dear jefflowrey,
Thanks for your kind reply. Any other links available please let me know.  |
|
Back to top |
|
 |
mrgate |
Posted: Tue Mar 25, 2008 7:20 am Post subject: |
|
|
 Centurion
Joined: 28 Feb 2007 Posts: 141 Location: India
|
If at all you want pdfs regarding this, send a private message to me so that I can send you required pdfs. _________________ MQSeries terrorist |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 25, 2008 7:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mrgate wrote: |
If at all you want pdfs regarding this, send a private message to me so that I can send you required pdfs. |
I'm sure none of these pdfs will be the copyright material IBM gives out as part of it's paid for training courses. Distributing these would be a breach of copyright and therefore not even considered by any right thinking person. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mrgate |
Posted: Tue Mar 25, 2008 7:27 am Post subject: |
|
|
 Centurion
Joined: 28 Feb 2007 Posts: 141 Location: India
|
Vitor wrote: |
I'm sure none of these pdfs will be the copyright material IBM gives out as part of it's paid for training courses. Distributing these would be a breach of copyright and therefore not even considered by any right thinking person.
|
Mr vitor,
I am giving the pdf prepared by me during training for this particular integration. So,please dont think that it is a copyright material of IBM. _________________ MQSeries terrorist |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 25, 2008 7:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There's also lots of free, publicly available information from IBM's website, that should not take much time to find once one can find the Broker product page. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 25, 2008 7:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mrgate wrote: |
Vitor wrote: |
I'm sure none of these pdfs will be the copyright material IBM gives out as part of it's paid for training courses. Distributing these would be a breach of copyright and therefore not even considered by any right thinking person.
|
Mr vitor,
I am giving the pdf prepared by me during training for this particular integration. So,please dont think that it is a copyright material of IBM. |
As I said above, I was sure it wasn't.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sri_csee1983 |
Posted: Tue Mar 25, 2008 6:35 pm Post subject: |
|
|
 Centurion
Joined: 25 Mar 2008 Posts: 125 Location: Chennai,India
|
Dear Friends any other Replies?  |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Mar 25, 2008 8:01 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
what else you are looking for...
download the PDF's and learn
get the pdfs from
www.ibm.com website
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Mar 26, 2008 4:44 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
|
Back to top |
|
 |
JosephGramig |
Posted: Wed Mar 26, 2008 6:27 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Read about importing COBOL copybooks. Be sure to pay attention to the drop down list that allows you to pick the environment where the data in the COBOL copy book originates. It will default to your design time platform which will most likely be incorrect (z/OS is more likely).
If you do not have XML defined to map this data to, then be sure to also pick XML as an additional format in the message set.
In 6.1 (maybe 6.0) there is a Wizard ("Start from scratch") that will drag you through this... But read about it first. You will get better results.
Of course, most programmers only read the manual if they have totally failed. _________________ Joseph
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
Solution Designer - WMQ V6.0
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3 |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Mar 26, 2008 2:45 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JosephGramig wrote: |
Read about importing COBOL copybooks. Be sure to pay attention to the drop down list that allows you to pick the environment where the data in the COBOL copy book originates. It will default to your design time platform which will most likely be incorrect (z/OS is more likely).
|
Originates? I thought you set it to where the message will be parsed... i.e. where the broker runs... ??
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 26, 2008 4:39 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
JosephGramig wrote: |
Read about importing COBOL copybooks. Be sure to pay attention to the drop down list that allows you to pick the environment where the data in the COBOL copy book originates. It will default to your design time platform which will most likely be incorrect (z/OS is more likely).
|
Originates? I thought you set it to where the message will be parsed... i.e. where the broker runs... ??
 |
You're both right.
It depends on which way the message is flowing : in or out of Broker.
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ImSoTired |
Posted: Wed Mar 26, 2008 7:28 pm Post subject: |
|
|
Novice
Joined: 17 Apr 2007 Posts: 20 Location: Lima, Perú
|
Hi, this is my first post.
I import COBOL copybooks and then generates the Message Definition File, and i don't have any problem. Check the documentation to the MRM Domain Parser and the Physical Format CWF1 and XML1 in the information center, it's a good first task.  |
|
Back to top |
|
 |
|