Skip to content

Commit

Permalink
fixed blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhibhammar committed Sep 10, 2024
1 parent ba23aad commit df3881e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ New features, enhancements, bug fixes, and other changes in the EDB JDBC Connect
| Enhancement | EDB JMS API now supports the basic Apache Camel Route concept as a source and destination. | #37882 |
| Enhancement | JMS message types, such as message, text message, bytes message, and object message, are now supported. | #37884 |
| Enhancement | EDBJmsConnectionFactory now has an alternative constructor that takes SQL Connection as a parameter. | #38465 |
| Enhancement | - EDBJmsConnection now implements the critical lifecycle methods start() and stop().<br/><br/>- EDBJmsSession now implements the critical close() method.<br/><br/>- EDBJmsSession.createQueue now returns a valid queue instance.<br/><b/>- EDB JMS message types are now aligned with the JMS standard. The following message types are now supported:<br/><br/><br/><br/>- aq$_jms_message<br/><br/><br/><br/>- aq$_jms_text_message<br/><br/><br/><br/>- aq$_jms_bytes_message<br/><br/><br/><br/>- aq$_jms_object_message<br/><br/>- All message types now support set*Property() and get*Property() for setting and getting properties of JMS supported types. | #38542 |
| Enhancement | - EDBJmsConnection now implements the critical lifecycle methods start() and stop().<br/>- EDBJmsSession now implements the critical close() method.<br/>- EDBJmsSession.createQueue now returns a valid queue instance.<br/>- EDB JMS message types are now aligned with the JMS standard. The following message types are now supported:<br/> - aq$_jms_message<br/> - aq$_jms_text_message<br/> - aq$_jms_bytes_message<br/> - aq$_jms_object_message<br/>- All message types now support set*Property() and get*Property() for setting and getting properties of JMS supported types. | #38542 |



Expand Down

0 comments on commit df3881e

Please sign in to comment.