We need some changes on JCA binding properties due to SWITCHYARD-2015 and SWITCHYARD-2267.
-
JCA JMS Service Binding
-
Remove JMS Endpoint Properties / Destination JNDI Properties File Name
-
Add JMS Endpoint Properties / replyToType
-
Caption would be "Reply To Type"
-
drop-down box to choose javax.jms.Queue or javax.jms.Topic
-
Add JMS Endpoint Properties / faultToType
-
Caption would be "Fault To Type"
-
drop-down box to choose javax.jms.Queue or javax.jms.Topic
-
JCA JMS Reference Binding
-
Remove JMS Processor Properties / Acknowledge Mode
-
Remove JMS Processor Properties / Transacted
-
Remove JMS Processor Properties / Destination JNDI Properties File Name
-
Add JMS Processor Properties / destinationType
-
Caption would be "Destination Type"
-
drop-down box to choose javax.jms.Queue or javax.jms.Topic
Also we may want to consider if we need separate drop-down box to choose destinationType for the ActivationSpec property of JMS Service Binding. Currently it's hidden and choosen by resource adapter type.
|