Author |
Message
|
pandeg |
Posted: Tue Apr 12, 2016 8:17 am Post subject: Skills required to learn Message Broker or IIB ? |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Hi, I want to learn IBM Message Broker or IIB, so i want to know what are technological skills required to learn this product. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Apr 12, 2016 8:20 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Persistence.
Experimentation.
Documentation reading.
Thinking.
These are all the fundamental technical skills required to learn any piece of software.
There are so many different choices on how to do things in IIB that "learning IIB" by itself is a small(ish) job. You need to learn three things: how to model data, how to construct a flow, how to deal with exceptions. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 12, 2016 8:21 am Post subject: Re: Skills required to learn Message Broker or IIB ? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pandeg wrote: |
I want to learn IBM Message Broker or IIB, so i want to know what are technological skills required to learn this product. |
An ability to read the product documentation, which has been absent from some of the MQ queries you've posted here in the past.
Intermediate to advanced programming skills in Java or a procedural language (which maps to ESQL coding).
An acceptance that, even if you code in Java, IIB is not WAS or any other kind of Java server.
A willingness to work through the supplied samples and reverse engineer how they work. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
timber |
Posted: Tue Apr 12, 2016 8:50 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Also...
- XML and XML Schema
- character encodings, Unicode and EBCDIC
- the difference between a logical item of data and its physical representation. |
|
Back to top |
|
 |
pandeg |
Posted: Tue Apr 12, 2016 8:58 am Post subject: |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Thanks for all your replies. I will definitely read product documentation which I missed reading while posting queries in the past  |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Apr 12, 2016 9:09 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
timber wrote: |
Also...
- XML and XML Schema
- character encodings, Unicode and EBCDIC
- the difference between a logical item of data and its physical representation. |
"How to model data". _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
ruimadaleno |
Posted: Wed Apr 13, 2016 1:43 am Post subject: |
|
|
Master
Joined: 08 May 2014 Posts: 274
|
if you plan to develop API's in a REST/JSON "fashion" make shure you understand how the http protocol works (http verbs - get/post, uri ,request data, request body etc) _________________ Best regards
Rui Madaleno |
|
Back to top |
|
 |
|