You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JmsIO uses JMS ConnectionFactory as configuration. Unfortunately, ConnectionFactory interface doesn't extend Serializable (even if most of the implementations are Serializable).
Instead (as I'm doing for the JdbcIO), I propose to create a ConnectionFactoryConfiguration POJO to create the ConnectionFactory in the @Setup of the reader and writer.
Imported from Jira BEAM-676. Original Jira may contain additional context.
Reported by: jbonofre.
The text was updated successfully, but these errors were encountered:
The
JmsIO
uses JMSConnectionFactory
as configuration. Unfortunately,ConnectionFactory
interface doesn't extendSerializable
(even if most of the implementations areSerializable
).Instead (as I'm doing for the
JdbcIO
), I propose to create aConnectionFactoryConfiguration
POJO to create theConnectionFactory
in the@Setup
of the reader and writer.Imported from Jira BEAM-676. Original Jira may contain additional context.
Reported by: jbonofre.
The text was updated successfully, but these errors were encountered: