WebSocketSender

Sends WebSocket messages to the specified WebSocket server.The first input feature will cause the WebSocketSender to initialize a connection with the specified WebSocket server.The specifiedData to Transmitwill be sent to the WebSocket server for each input feature of the WebSocketServer,including the first feature that initiated the connection.

Usage Notes

The performance of this transformer is dependent on the amount of memory allocated to the Java Virtual Machine (JVM).The following environment variables allow you to specify memory available to Java Plugins:

  • FME_JVM_MIN_HEAP_SIZE: Initial heap size for initializing the JVM.Default value is 1024K.
  • FME32_JVM_MIN_HEAP_SIZE: Same as FME_JVM_MIN_HEAP_SIZE,but applies to the 32-bit version of FME Desktop on Windows,and takes precedence over FME_JVM_MIN_HEAP_SIZE.

  • FME_JVM_MAX_HEAP_SIZE: Maximum heap size for initializing JVM.Default value is 16384K.
  • FME32_JVM_MAX_HEAP_SIZE: Same as FME_JVM_MAX_HEAP_SIZE,but applies to the 32-bit version of FME Desktop on Windows,and takes precedence over FME_JVM_MAX_HEAP_SIZE.

If unset,the JVM applies the default values.If set,the values must be multiples of 1024K (for example,4M and 64M,or 4096K and 32768K).

Note:To pass additional parameters used by FME to the Java Virtual Machine,use the JAVA_TOOL_OPTIONS environment variable.

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Using a set of menu options,transformer parameters can be assigned by referencing other elements in the workspace.More advanced functions,such as an advanced editor and an arithmetic editor,are also available in some transformers.To access a menu of these options,clickbeside the applicable parameter.有关更多信息,seeTransformer Parameter Menu Options.

Transformer Categories

Web

亚搏在线Workflows

FME Licensing Level

FME Professional edition and above

Technical History

Associated FME function or factory: COM.亚搏在线safe.fme.factory.WebSocketFactory

Search FME 亚搏国际在线官网Community

Search for samples and information about this transformer on theFME 亚搏国际在线官网Community.