Re: [Broker-J] JDBC config store

2018-11-27 Thread Oleksandr Rudyy
's fix then. > Any idea in which version and when it's gone be released? > > Thanks, > Olivier > > -Original Message- > From: Rob Godfrey > Sent: lundi 26 novembre 2018 18:07 > To: users@qpid.apache.org > Subject: Re: [Broker-J] JDBC config store > > Actually

RE: [Broker-J] JDBC config store

2018-11-27 Thread VERMEULEN Olivier
I guess I will wait for Alex's fix then. Any idea in which version and when it's gone be released? Thanks, Olivier -Original Message- From: Rob Godfrey Sent: lundi 26 novembre 2018 18:07 To: users@qpid.apache.org Subject: Re: [Broker-J] JDBC config store Actually, ignore that too

Re: [Broker-J] JDBC config store

2018-11-26 Thread Rob Godfrey
} ], >> >> ... >> >> "virtualhostnodes" : [ { >> "name" : "default", >> "type" : "JSON", >> "defaultVirtualHostNode" : "true", >> "virtualHostInitialConfiguratio

Re: [Broker-J] JDBC config store

2018-11-26 Thread Rob Godfrey
apache.org > Subject: RE: [Broker-J] JDBC config store > > Thanks Alex for the fix. > I tried setting the 'preferenceStoreAttributes' in the initial > configuration but it's not taken into account... > > Olivier > > -Original Message- > From: Oleksandr Rudyy

RE: [Broker-J] JDBC config store

2018-11-26 Thread VERMEULEN Olivier
nymous", "type" : "Anonymous" } ], ... "virtualhostnodes" : [ { "name" : "default", "type" : "JSON", "defaultVirtualHostNode" : "true", "virtualHostInitialConfiguration" : &q

RE: [Broker-J] JDBC config store

2018-11-26 Thread VERMEULEN Olivier
Thanks Alex for the fix. I tried setting the 'preferenceStoreAttributes' in the initial configuration but it's not taken into account... Olivier -Original Message- From: Oleksandr Rudyy Sent: vendredi 23 novembre 2018 12:44 To: users@qpid.apache.org Subject: Re: [Broker-J] JDBC config

Re: [Broker-J] JDBC config store

2018-11-23 Thread Oleksandr Rudyy
attribute > preferenceStoreAttributes="{\"type\":\"Noop\", \"attributes\":{}}" would > work... Obviously the initial config will only be picked up if you are > running the broker for the first time pointing at that database instance. > >

Re: [Broker-J] JDBC config store

2018-11-22 Thread Rob Godfrey
quot;type\":\"Noop\", \"attributes\":{}}" would work... Obviously the initial config will only be picked up if you are running the broker for the first time pointing at that database instance. -- Rob > > Olivier > > -----Original Message----- > From: Rob God

RE: [Broker-J] JDBC config store

2018-11-22 Thread VERMEULEN Olivier
Original Message- From: Rob Godfrey Sent: jeudi 22 novembre 2018 16:41 To: users@qpid.apache.org Subject: Re: [Broker-J] JDBC config store On Thu, 22 Nov 2018 at 15:11, VERMEULEN Olivier wrote: > Hello, > > I'm using version 7.0.3 of the Broker-J. > I tried to configure it to

Re: [Broker-J] JDBC config store

2018-11-22 Thread Rob Godfrey
On Thu, 22 Nov 2018 at 15:11, VERMEULEN Olivier wrote: > Hello, > > I'm using version 7.0.3 of the Broker-J. > I tried to configure it to use a JDBC (here Sybase) config store. > > qpid-server.bat -st JDBC -prop > "systemConfig.connectionUrl=jdbc:sybase:Tds:dell719srv:4100/DB" -prop >

[Broker-J] JDBC config store

2018-11-22 Thread VERMEULEN Olivier
Hello, I'm using version 7.0.3 of the Broker-J. I tried to configure it to use a JDBC (here Sybase) config store. qpid-server.bat -st JDBC -prop "systemConfig.connectionUrl=jdbc:sybase:Tds:dell719srv:4100/DB" -prop "systemConfig.username=USER" -prop "systemConfig.password=PWD" But I got the