We have upgraded activemq version from 5.8 to 5.14.1
we added an attribute for our broker so that it can read the older
messages from 5.8 as storeOpenWireVersion="6"
It is working fine in mysql
But in MsSql, we are getting errror as follows "Operand type clash:
nvarchar is incompatible with im
We are upgrading the activemq api from 5.8.0 version to 5.14.1 version to get
rid of vulnerbilities.
But when there are some existing messages in activemq tables, we are getting
exception as follows and activemq is not running.
we are using jdbcPersistenceAdapter.
Is this because of the differenc