Re: [DISCUSS] Using Travis CI for Artemis PR builds

2018-02-17 Thread Илья Шипицин
travis-ci uses GCE, which does not support ipv6 at all https://travis-ci.org/apache/activemq-artemis/builds/342667584#L975 :( 2018-02-17 10:33 GMT+05:00 Илья Шипицин <chipits...@gmail.com>: > Travis seems already performs "mvn install" by itself, we can reduce build >

Re: [DISCUSS] Using Travis CI for Artemis PR builds

2018-02-16 Thread Илья Шипицин
start a separate discussion thread about > your JDBC issues. > > > Justin > > On Fri, Feb 16, 2018 at 11:36 AM, Илья Шипицин <chipits...@gmail.com> > wrote: > > > It turned out that ms SQL jdbc is not being tested (both documentation is > > bad, SQL

ms sql jdbc example

2018-02-16 Thread Илья Шипицин
hello, I'm trying to set up apache-activemq-5.15.3 + ms sql using the following guide: http://activemq.apache.org/sqlserver.html (2005 part) I downloaded jdbc driver + changed config as in example, however, I'm getting the following error: 2018-02-16 12:39:45,340 | INFO | Refreshing

Re: ms sql jdbc example

2018-02-20 Thread Илья Шипицин
that it works, I'm willing to update the > documentation to reflect what you find, as Thiago suggested. But I'd need > confirmation that it actually works, and I might need some clarifications > from you about what changes are needed to make the current page accurate. > > Tim > &g

Re: Active MQ CPP core dump

2018-02-21 Thread Илья Шипицин
it might be detected with "thread sanitizer", I guess. I'll have a look later 2018-02-22 9:11 GMT+05:00 duttaab : > Hi, > > I am getting the following core/crash dump while using the AcitveMQ-CPP > (C++) library. What I observe is if I disable the Inactivity Monitor this >

Re: ms sql jdbc example

2018-02-16 Thread Илья Шипицин
dbcp/api-1.4/index.html -> you > will see our missing class here. > > Try adding it to the /lib directory. > > []s, > Thiago. > > > On Fri, Feb 16, 2018 at 12:01 PM, Илья Шипицин <chipits...@gmail.com> > wrote: > > > well, I would definetly prefer to

Re: ms sql jdbc example

2018-02-16 Thread Илья Шипицин
2018-02-16 17:53 GMT+05:00 Thiago Veronezi <thi...@veronezi.org>: > Can you share your configuration file? > > []s, > Thiago. > > > On Fri, Feb 16, 2018 at 8:44 AM, Илья Шипицин <chipits...@gmail.com> &

Re: ms sql jdbc example

2018-02-16 Thread Илья Шипицин
<thi...@veronezi.org>: > Oh, I meant for you to test the config above, but replacing "postgres-ds" > with your "mssql-ds". > We will just test the connection without the journaling thing. > > []s, > Thiago. > > > On Fri, Feb 16, 2018 at

Re: ms sql jdbc example

2018-02-16 Thread Илья Шипицин
e postgres configured with this... > > > > > > > > Can you try the same? > > []s, > Thiago. > > > > > On Fri, Feb 16, 2018 at 11:28 AM, Илья Шипицин <chipits...@gmail.com> > wrote: > > > log: > > > > 2018-02-16 16:27:55,841 | INFO | Re

Re: ms sql jdbc example

2018-02-16 Thread Илья Шипицин
4229/setting-up- > activemq-with-journaled-mysql-jdbc-persistence?rq=1 > > On Feb 16, 2018 6:58 AM, "Илья Шипицин" <chipits...@gmail.com> wrote: > > > 2018-02-16 16:57:21,051 | INFO | Refreshing > > org.apache.activemq.xbean.XBeanBrokerFactory$1@6fd02e5: sta

Re: [DISCUSS] Using Travis CI for Artemis PR builds

2018-02-16 Thread Илья Шипицин
Sorry for interrupting (joined mailing list to resolve some issues), are you talking about travis-ci.org or travis-ci.com? On Feb 16, 2018 10:18 PM, "Robbie Gemmell" wrote: > I believe the mirrors in the apache github org have a shared resource > pool at Travis, while

Re: [DISCUSS] Using Travis CI for Artemis PR builds

2018-02-16 Thread Илья Шипицин
t; > Justin > > [1] https://travis-ci.org/apache/activemq-artemis > > On Fri, Feb 16, 2018 at 11:21 AM, Илья Шипицин <chipits...@gmail.com> > wrote: > > > Sorry for interrupting (joined mailing list to resolve some issues), are > > you talking about travis-ci

access.log analog ?

2018-03-14 Thread Илья Шипицин
Hello, is there a guide how to configure equivalent of http access log ? i.e. structured log with one line per request thanks! Ilya Shipitsin

Re: access.log analog ?

2018-03-14 Thread Илья Шипицин
5.x (we do not use artemis yet, but having that guide for artemis would be nice) 2018-03-14 17:40 GMT+05:00 Tim Bain <tb...@alumni.duke.edu>: > Is this for 5.x, or for Artemis? > > On Wed, Mar 14, 2018, 2:04 AM Илья Шипицин <chipits...@gmail.com> wrote: > > > Hello

Re: expired messages --> DLQ ? (when expiration=0)

2018-04-04 Thread Илья Шипицин
t; publishes the message, you can submit an enhancement request in JIRA for > it. > > Tim > > On Tue, Apr 3, 2018, 11:15 PM Илья Шипицин <chipits...@gmail.com> wrote: > > > Tim, thank you for your investigation (looks like our client is buggy, > > we'll look at it). &

Re: Veracode Scan

2018-04-10 Thread Илья Шипицин
veracode is paid software. can you provide (maybe in private) detailed report ? 2018-04-10 12:15 GMT+05:00 duttaab : > Hi, > > As part of security compliance we need to run Veracode scan on our > products. > One of our products running on Linux (RHEL 7) use ActiveMQ (C++

expired messages --> DLQ ? (when expiration=0)

2018-04-03 Thread Илья Шипицин
hello, activemq.log:2018-04-03 10:42:57,961 | INFO | preProcessDispatch: MessageDispatch {commandId = 0, responseRequired = false, consumerId = ID:dd-amq-app01. sd.kontur.ru-32887-1522738593874-4:1:1:1, destination = queue://DLQ.EdiInbound, message = ActiveMQTextMessage {commandId = 5,

Re: expired messages --> DLQ ? (when expiration=0)

2018-04-03 Thread Илья Шипицин
elevant, if you haven't already seen it. > > Tim > > On Tue, Apr 3, 2018 at 7:22 AM, Илья Шипицин <chipits...@gmail.com> wrote: > > > hello, > > > > activemq.log:2018-04-03 10:42:57,961 | INFO | preProcessDispatch: > > MessageDispatch {commandId

Re: access.log analog ?

2018-03-18 Thread Илья Шипицин
pretty vague, given > that the broker isn't a web server and uses long-lived connections that > span multiple operations rather than short-lived connections that are used > for only a single operation, but it seems like it might be what you want.) > > Tim > > On Wed, Mar 14, 2018

Re: access.log analog ?

2018-03-18 Thread Илья Шипицин
.) > > Tim > > On Wed, Mar 14, 2018 at 6:42 AM, Илья Шипицин <chipits...@gmail.com> > wrote: > > > 5.x > > > > (we do not use artemis yet, but having that guide for artemis would be > > nice) > > > > 2018-03-14 17:40 GMT+05:00 Tim Bain <t

Re: access.log analog ?

2018-03-21 Thread Илья Шипицин
ivemq.xml file, I get a > SAXParseException on the console, but you haven't mentioned seeing that so > maybe that's not it... Or maybe that's because I'm running it under Windows > instead of your Linux environment. > > Tim > > On Mon, Mar 19, 2018 at 2:36 AM, Илья Шипицин <chipi

Re: access.log analog ?

2018-03-19 Thread Илья Шипицин
MT+05:00 Tim Bain <tb...@alumni.duke.edu>: > Can you elaborate on what knowledge of ActiveMQ mechanics would be needed? > If you have specific questions that aren't covered by the wiki page I > provided, we can try to answer them for you. > > Tim > > On Sun, Mar 18, 201

weird sql jdbc statements

2018-02-25 Thread Илья Шипицин
hello, I'm struggling with mssql, the following lines are strange https://github.com/apache/activemq/blob/master/activemq-jdbc-store/src/main/java/org/apache/activemq/store/jdbc/Statements.java#L115-L116 i.e. primary key is created