GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2317
ARTEMIS-2089 DB2 sending larger message (1MB) crashes the whole server
It declares JDBC journal Blobs for IBM DB2 DBMS matching max-blob-size
in order to allow to store data with size > 1 MB ie the default BLOB
capacity
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2089
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2317.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2317
----
commit f7602e520af66ac44d6e8166330e44dcfcda34d1
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-09-14T14:11:44Z
ARTEMIS-2089 DB2 sending larger message (1MB) crashes the whole server
It declares JDBC journal Blobs for IBM DB2 DBMS matching max-blob-size
in order to allow to store data with size > 1 MB ie the default BLOB
capacity
----
---