[jira] [Commented] (ARTEMIS-1637) artemis data exp does not work with JDBC store

2018-02-27 Thread JIRA

[ 
https://issues.apache.org/jira/browse/ARTEMIS-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16378296#comment-16378296
 ] 

Jiri Daněk commented on ARTEMIS-1637:
-

I've reported it before ARTEMIS-1613 was merged. I did not know ARTEMIS-1613 
had been in the works.

> artemis data exp does not work with JDBC store
> --
>
> Key: ARTEMIS-1637
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1637
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
> Environment: apache-artemis-2.5.0-20180111.113938-84-bin
> postgres (PostgreSQL) 10.1
>Reporter: Jiri Daněk
>Priority: Major
>
> Prepare database
> {noformat}
> initdb .
> pg_ctl -D . -l logfile start
> createdb test
> {noformat}
> Configure broker (changes from defaul)
> {noformat}
> diff --git a/broker.xml b/broker.xml
> index ea55343..ea5131b 100644
> --- a/broker.xml
> +++ b/broker.xml
> @@ -29,45 +29,16 @@ under the License.
>  
>true
>  
> -  
> -  NIO
> -
> -  ./data/paging
> -
> -  ./data/bindings
> -
> -  ./data/journal
> -
> -  
> ./data/large-messages
> -
> -  true
> -
> -  2
> -
> -  -1
> -
> -  10M
> -  
> -  
> -  2864000
> -
> -
> -  
> -  1
> +  
> +
> +  
> 
> +  BINDINGS_TABLE
> +  MESSAGE_TABLE
> +  MESSAGE_T
> +  
> LARGE_MESSAGES_TABLE
> +  
> org.postgresql.Driver
> +
> +  
>

[jira] [Commented] (ARTEMIS-1637) artemis data exp does not work with JDBC store

2018-02-19 Thread Justin Bertram (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16369358#comment-16369358
 ] 

Justin Bertram commented on ARTEMIS-1637:
-

I tried to reproduce this by using the example at 
{{examples/features/standard/database}}.  I commented out the bit from 
{{org.apache.activemq.artemis.jms.example.DBExample}} where the message was 
consumed, and then after I ran the example using {{mvn clean verify}} I changed 
directory into {{target/server0/bin}} and ran {{./artemis data exp}}.  This is 
what was printed:

{noformat}


   
  
  
  
  
  
  
  
   
   
  
 


 
 

 
 


 
  
   
{noformat}

> artemis data exp does not work with JDBC store
> --
>
> Key: ARTEMIS-1637
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1637
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: Broker
>Affects Versions: 2.5.0
> Environment: apache-artemis-2.5.0-20180111.113938-84-bin
> postgres (PostgreSQL) 10.1
>Reporter: Jiri Daněk
>Priority: Major
>
> Prepare database
> {noformat}
> initdb .
> pg_ctl -D . -l logfile start
> createdb test
> {noformat}
> Configure broker (changes from defaul)
> {noformat}
> diff --git a/broker.xml b/broker.xml
> index ea55343..ea5131b 100644
> --- a/broker.xml
> +++ b/broker.xml
> @@ -29,45 +29,16 @@ under the License.
>  
>true
>  
> -  
> -  NIO
> -
> -  ./data/paging
> -
> -  ./data/bindings
> -
> -  ./data/journal
> -
> -  
> ./data/large-messages
> -
> -  true
> -
> -  2
> -
> -  -1
> -
> -  10M
> -  
> -  
> -  2864000
> -
> -
> -  
> -  1
> +  
> +
> +  
> 
> +  BINDINGS_TABLE
> +  MESSAGE_TABLE
> +  MESSAGE_T
> +  
> LARGE_MESSAGES_TABLE
> +  
> org.postgresql.Driver
> +
> +  
>