Author |
Message
|
Naftalanja |
Posted: Mon Mar 11, 2002 4:48 pm Post subject: |
|
|
Acolyte
Joined: 30 Jan 2002 Posts: 63 Location: Los Angeles
|
Hi, i am just wondering if anyone has written customized plug-ins in Java for MQSI. Or my question is can we write customized plug-ins and nodes in Java for MQSI. If so could you please refer me to the resources where i can read the concept and API for writing the customized nodes. Any help will be greatly appreciated. thanx |
|
Back to top |
|
 |
kirani |
Posted: Mon Mar 11, 2002 5:20 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Only WMQI 2.1 allows you to write plug-in nodes in Java. For more information, you could refer to “Implementing a node in Java” topic (on page 80) in WMQI 2.1 Programming Guide.
Chapter 7 in 'Business Integration Solutions with MQSeries Integrator' Redbook talks about plug-in development in C language.
Also there is a sample plug-in code that gets installed on user workstation when you install Control Center. It is installed in <mqsi_root>examplesplugin directory.
Good luck!
Kiran
|
|
Back to top |
|
 |
kolban |
Posted: Mon Mar 11, 2002 5:57 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Also see the great JavaDoc documentation found at C:Program FilesIBMWebSphere MQ Integrator 2.1docsJavaAPI |
|
Back to top |
|
 |
Naftalanja |
Posted: Mon Mar 11, 2002 5:59 pm Post subject: |
|
|
Acolyte
Joined: 30 Jan 2002 Posts: 63 Location: Los Angeles
|
Is that really tough to write customized plugins ??? looks more komplikated isnt't it ? i mean is there any step by step instructions of how to write the plugins ??? thanx for the above info. |
|
Back to top |
|
 |
Coz |
Posted: Mon Mar 11, 2002 11:07 pm Post subject: |
|
|
 Apprentice
Joined: 20 Feb 2002 Posts: 44 Location: Basel CH
|
Java Plugins are not actually that bad although like most things the documentation leaves a lot to be desired.
We have written a few although one thing that is annoying is that if you write a plug in that GETs messages in anyway (I have written a browser PLUGin) there appears to be no way to map the MQ Message to an MbAssembley which means the inbuilt parsers cannot be used like in the C/C++ versions. Luckily for me the required info from the browsed message was actually in the MQMD so it wasnt that important.
If you want more info or a copy of the plugin let me know (private message).
Coz
|
|
Back to top |
|
 |
|