|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Create new Message Processing Node |
« View previous topic :: View next topic » |
Author |
Message
|
javaforvivek |
Posted: Tue Mar 30, 2004 12:59 am Post subject: Create new Message Processing Node |
|
|
 Master
Joined: 14 Jun 2002 Posts: 282 Location: Pune,India
|
Hi,
I have created a Java Project in WBIMB toolkit. I want to create a message processing node using the Java class from this Java Projct.
How can I do it?? I have extended my class as:
public class MyNode extends MbNode implements MbNodeInterface
{
//Some source code
//implementation of evaluate method
}
I want to create a Message processing node GUI Represenatation in the Message Nodes Pallete.
The SampleNodesProject doesnt give me any hint. _________________ Vivek
------------------------------------------------------
...when you have eliminated the impossible, whatever remains, however improbable, must be the truth. |
|
Back to top |
|
 |
kirani |
Posted: Tue Mar 30, 2004 9:09 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Take a look at Migration to WebSphere Business Integration Message Broker V5 redbook. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
JLRowe |
Posted: Wed Mar 31, 2004 6:03 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
You need to create 2 projects:
A plugin project for eclipse, when finished copy the project into the plugins directory, this will register the node with the flow editor. I last did this on CSD02 and the documentation is a bit skimpy, experiment.
A user defined node project (normal java project), this contains the logic of the node, you copy the jar file into the broker plugin directory.
Note the naming change, user defined nodes were called plugins in 2.1. Plugins now refer to eclipse plugins. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|