Author |
Message
|
cemeinz |
Posted: Mon Jan 14, 2013 1:07 am Post subject: UDP protocol support in WMB? |
|
|
Newbie
Joined: 01 Sep 2009 Posts: 6
|
Hello!
I would like to know if WMB can handle the UDP protocol. TCP can be used, of course. But what about UDP? I have to implement a solution where the other side only can send datagrams. The solution needs to interchange message with a protocol which based on UDP.
Does anybody knows something about this topic?
Kind regards! |
|
Back to top |
|
 |
kash3338 |
Posted: Mon Jan 14, 2013 2:02 am Post subject: Re: UDP protocol support in WMB? |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
cemeinz wrote: |
I would like to know if WMB can handle the UDP protocol. TCP can be used, of course. But what about UDP? I have to implement a solution where the other side only can send datagrams. The solution needs to interchange message with a protocol which based on UDP. |
You can either use Java Compute Node or a stand alone Java application (Wrapper class to connect to a server via UDP) and invoke from ESQL. |
|
Back to top |
|
 |
cemeinz |
Posted: Mon Jan 14, 2013 2:35 am Post subject: |
|
|
Newbie
Joined: 01 Sep 2009 Posts: 6
|
Just to clearify.
IBM WMB has to receive messages from a UDP client. Therefore the client will start with the communication and send messages and WMB has to act as a UDP server and sends back information to that client.
Is this possible? I have to use a kind of start node for this. Maybe the TCPIP node will fit?
Does anybody know? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jan 14, 2013 5:56 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
rekarm01 |
Posted: Tue Jan 15, 2013 12:54 am Post subject: Re: UDP protocol support in WMB? |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
cemeinz wrote: |
I would like to know if WMB can handle the UDP protocol. |
The WMB can handle the UDP protocol with user-defined input/output nodes. The built-in TCPIP input/output nodes do not support UDP. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 15, 2013 2:08 am Post subject: Re: UDP protocol support in WMB? |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
rekarm01 wrote: |
cemeinz wrote: |
I would like to know if WMB can handle the UDP protocol. |
The WMB can handle the UDP protocol with user-defined input/output nodes. The built-in TCPIP input/output nodes do not support UDP. |
There is a very old v5 redbook that contains code for sample UDP nodes.
Note that these should be considered *samples*, and treated accordingly. |
|
Back to top |
|
 |
|