Streaming of large messages over JMS

2017-02-28 Thread Erich Duda
Hi all, I would like to ask one question about streaming of large messages over JMS. I've found a nice documentation [1] with a lot of examples. However I wonder why in examples FileInputStream and FileOutputStream are wrapped by BufferedInputStream and BufferedOutputStream. There is no

Re: Streaming of large messages over JMS

2017-02-28 Thread Erich Duda
by default. I wrote this about 5 or 6 years ago though.. it's hard to remember why I did that... but that's what I remember anyways. On Tue, Feb 28, 2017 at 7:09 AM, Erich Duda <dudaer...@gmail.com> wrote: Hi all, I would like to ask one question about streaming of large messages ov

Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-01-16 Thread Erich Duda
Hi, recently it has been added fix [1] to Artemis 2.x for compatibility with Artemis 1.x exported file. Can you try to build the Artemis from master and import the file exported by HornetQ? Erich [1] https://github.com/apache/activemq-artemis/commit/da164a2074595f4f18ab35295e7624ee09f7c9f4

Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-02-05 Thread Erich Duda
What version of artemis server you ran? Artemis 2.4 or master? 13:16:22,551 ERROR [org.apache.activemq.artemis.core.server] AMQ224018: Failed to create session: ActiveMQSessionCreationException[errorType=SESSION_CREATION_REJECTED message=AMQ119034: Server not started] This says that server was

Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-01-31 Thread Erich Duda
Hi, there are bugs in Artemis 2.4 which are fixed in master and they are not released yet. However release of Artemis 2.5 should be soon, see [1]. Erich [1] http://activemq.2283324.n4.nabble.com/DISCUSS-HEADS-UP-Release-Time-Artemis-td4735712.html Dňa 01.02.2018 o 08:36 dharmendra

Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-02-06 Thread Erich Duda
Did you manage to find some earlier exception which could cause that the server was stopped? For example, if Artemis is not able to finish some disk operation in timeout, it shutdowns itself. Try to find the first ERROR in the log. Can you try the same scenario with Artemis master? Maybe the

Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-03-07 Thread Erich Duda
Hi DKumar, this looks like bug to me. Please report it to Jira [1] and attach the full thread dump. It also helps if you share details of your configuration and use cases. Thank you. Erich [1] https://issues.apache.org/jira/secure/Dashboard.jspa Dňa 07.03.2018 o 06:12 dharmendra