|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
An Adapter Configuration resource can use a Message Filter resource. Message filters are used to provide custom, user-written code to transform the messages sent or received from an adapter, call out to TIBCO Adapter SDK functions, or perform other tasks. See TIBCO Designer Palette Reference for more information about Message Filter resources.When you deploy your project, however, you must ensure that the BusinessWorks process engine has access to any classes specified in a Message Filter resource. For example, if you have a Publish to Adapter activity in your process definition, the process engine must have access to the class used when executing the transformOutbound() message filter call. If you deploy your TIBCO Adapter and BusinessWorks process engine on the same machine, no additional configuration steps are required. If the components are installed on different machines, you must place your message filter class on the machine where your process engine is deployed and make certain the location of the message filter class is in the CLASSPATH for the process engine (this is set in the bwengine.tra file).See TIBCO ActiveMatrix BusinessWorks Administration for more information about deploying process engines.At design time, the message encoding property can be set when creating a new project. In the Save Project dialog, choose either ISO8859-1 or UTF-8 in the TIBCO Messaging Encoding option list. See TIBCO ActiveMatrix BusinessWorks Process Design for more information about saving projects. After the messaging encoding is chosen, it will take effect at design time, such as in debug mode, or if the project is running in a standalone mode before deployment.
The Transport tab is available in activities in the ActiveEnterprise Adapter palette. This tab allows you to override the transport configuration of the adapter service. The Transport tab has different fields depending upon which transport is selected in the Transport Type field. Table 2 describes the fields of the transport tab.
Table 2 The Transport tab Specifies that SSL should be used when connecting to the TIBCO Rendezvous daemon. See Configure SSL Button for more information about configuring SSL parameters. Specifies that SSL should be used when connecting to the TIBCO Rendezvous daemon. See Configure SSL Button for more information about configuring SSL parameters. Warning: TIBCO ActiveMatrix BusinessWorks constructs the default value of this field from global variables and the Adapter Service configuration. The value of this field must result in a valid path on the filesystem where the process is run. You may need to modify the default value in this field or modify the global variables used in this field to make sure the field results in a valid filesystem path. Specifies that SSL should be used when connecting to the TIBCO Rendezvous daemon. See Configure SSL Button for more information about configuring SSL parameters. This field is only available for activities that receive messages (for example, Adapter Subscriber).See TIBCO ActiveMatrix BusinessWorks Process Design for more information about creating transactions. Specifies that SSL should be used when connecting to the JMS server. See Configure SSL Button for more information about configuring SSL parameters. Any application-specific message properties that is part of the message. This is specified by the JMS Application Properties shared configuration resource. Note: The Precreate Transactions feature should be used only with IBM MQ Websphere. This field is only available for activities that receive messages (for example, Adapter Subscriber).See TIBCO ActiveMatrix BusinessWorks Process Design for more information about creating transactions. Specifies that SSL should be used when connecting to the JMS server. See Configure SSL Button for more information about configuring SSL parameters. Any application-specific message properties that will be part of the message. This is specified by the JMS Application Properties shared configuration resource. Note: The Precreate Transactions feature should be used only with IBM MQ Websphere.
See TIBCO Designer Palette Reference for more information.
When checked, this field specifies that the minimum strength of the cipher suites used can be specified with the bw.plugin.security.strongcipher.minstrength custom engine property. See TIBCO ActiveMatrix BusinessWorks Administration for more information about this property. The default value of the property disables cipher suites with an effective key length below 128 bits.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |