JBoss AMQ versus Artemis AMQ

2017-08-24 Thread Oliver B. Fischer
? Would be nice to have your opinions on this. Best, Oliver -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http://xing.to/obf

Re: JBoss AMQ versus Artemis AMQ

2017-08-25 Thread Oliver B. Fischer
, Oliver B. Fischer <o.b.fisc...@swe-blog.net> wrote: Dear all, my colleagues and I are going to build a new distributed system based on Apache Artemis. Now we have to answer the question to ourselves if we should go for JBoss AMQ with support contract or should we use Apache Artemis di

Re: ActiveMQ and Java 9

2018-02-14 Thread Oliver B. Fischer
2283324.n4.nabble.com/ActiveMQ-User- f2341805.html -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http://xing.to/obf

Re: Artemis 2.5.0 - Startup fails when XSD validation cannot access Internet

2018-03-06 Thread Oliver B. Fischer
I wouldn't change the schemaLocation directly as it is actual a bad practice. Dependending on the XML processor catalog files should be used. In most cases the API of the XML processor allows you to handle such things in a cleaner way. Oliver Am 06.03.18 um 11:55 schrieb Michael André

Filtering: Is a like expression an unary expression?

2018-12-28 Thread Oliver B. Fischer
BinaryExpression. Shouldn't it be changed? Oliver -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X http://xing.to/obf

Re: Filtering: Is a like expression an unary expression?

2019-01-28 Thread Oliver B. Fischer
r language is based on a subset of the SQL 92 expression syntax. It is the same as the syntax used for JMS selectors, but the predefined identifiers are different. For documentation on JMS selector syntax please the JMS javadoc for javax.jms.Message [1]. Justin -- N Oliver B. Fischer A Schönha