[jira] [Updated] (ARTEMIS-1973) Consumers connected but not consuming messages

2018-07-08 Thread Simon Chalmers (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Chalmers updated ARTEMIS-1973:

Attachment: broker.xml

> Consumers connected but not consuming messages
> --
>
> Key: ARTEMIS-1973
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1973
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP, Broker
>Affects Versions: 2.6.2
> Environment: Broker configuration attached as broker.xml
>Reporter: Simon Chalmers
>Priority: Blocker
> Attachments: broker.xml
>
>
> We have set up a number of queues, written message to those queues and then 
> we can see the consumers connected to the broker but they are not consuming 
> the messages from the queues.
> When we restart the broker, the consumers now start processing and consuming 
> the messages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARTEMIS-1953) Fix Object conversions for AMQP LargeMessages

2018-07-08 Thread Simon Chalmers (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Chalmers updated ARTEMIS-1953:

Attachment: broker.xml

> Fix Object conversions for AMQP LargeMessages
> -
>
> Key: ARTEMIS-1953
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1953
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Affects Versions: 2.6.2
>Reporter: clebert suconic
>Assignee: clebert suconic
>Priority: Blocker
> Fix For: 2.7.0
>
> Attachments: broker.xml
>
>
> We should not convert AMQP messages just because they are large. WE should 
> for now just embed it on the file. And at a later point do proper streaming.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ARTEMIS-1973) Consumers connected but not consuming messages

2018-07-08 Thread Simon Chalmers (JIRA)
Simon Chalmers created ARTEMIS-1973:
---

 Summary: Consumers connected but not consuming messages
 Key: ARTEMIS-1973
 URL: https://issues.apache.org/jira/browse/ARTEMIS-1973
 Project: ActiveMQ Artemis
  Issue Type: Bug
  Components: AMQP, Broker
Affects Versions: 2.6.2
 Environment: Broker configuration attached as broker.xml
Reporter: Simon Chalmers


We have set up a number of queues, written message to those queues and then we 
can see the consumers connected to the broker but they are not consuming the 
messages from the queues.

When we restart the broker, the consumers now start processing and consuming 
the messages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ARTEMIS-1972) Java modules artemis.core.client and artemis.jms.client share the package org.apache.activemq.artemis.uri

2018-07-08 Thread Roland Thomas Lichti (JIRA)
Roland Thomas Lichti created ARTEMIS-1972:
-

 Summary: Java modules artemis.core.client and artemis.jms.client 
share the package org.apache.activemq.artemis.uri
 Key: ARTEMIS-1972
 URL: https://issues.apache.org/jira/browse/ARTEMIS-1972
 Project: ActiveMQ Artemis
  Issue Type: Bug
Affects Versions: 2.6.2
 Environment: java 10 on Mac OS X
Reporter: Roland Thomas Lichti


The package org.apache.activemq.artemis.uri is contained in both JAR files. 
Since auto-packaging is used everything is expored. But a java package may only 
be exposed by a single module. If both modules are needed in a software the 
export of the java package clashes and the software can not be build any more 
(java 10 error):

module XXX reads package org.apache.activemq.artemis.uri from both 
artemis.core.client and artemis.jms.client

 

one of the two needs to rename the package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)