[GitHub] activemq pull request: [AMQ-6018] Web console should not export an...

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/152 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] activemq pull request: [AMQ-6020] Adding the necessary import and ...

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/153 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] activemq-artemis pull request: ARTEMIS-276 JMSBridge should be TCC...

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/214 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] activemq-artemis pull request: ARTEMIS-238/ARTEMIS-236 Removing fi...

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/213 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] activemq-artemis pull request: ARTEMIS-238/ARTEMIS-236 Removing fi...

2015-10-23 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/213 ARTEMIS-238/ARTEMIS-236 Removing file that was supposed to be deleted You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsu

Re: ActiveMQ does not seem to honor the agreed upon idle-time-out

2015-10-23 Thread mbroadst
Tim, Robbie, Thanks for your quick responses. I was wracking my brain, since our unit and integration tests also guaranteed that these values were used as they came in off the wire. It turns out that a misspelled variable in our trace log was leading me astray, printing out our default idle-time-ou

Re: [Discuss] Let bnd create the import packages for activemq webconsole

2015-10-23 Thread Christian Schneider
Never mind ... I just tested what bnd generates and it is too large. So probably this approach does not work well with the amounts of libs the webconsole embeds. Import-Package = bsh, com.bea.xml.stream, com.caucho.burlap.client, com.caucho.burlap.io, com.caucho.burlap.serve

Re: ActiveMQ does not seem to honor the agreed upon idle-time-out

2015-10-23 Thread Robbie Gemmell
On 22 October 2015 at 17:21, mbroadst wrote: > Hi Tim, > Okay, I'm going by section 2.4.5 of the spec here where it indicates: "At > connection open each peer communicates the maximum period between activity > (frames) on the connection that it desires from its partner." Then in > section 2.4.1 we

[Discuss] Let bnd create the import packages for activemq webconsole

2015-10-23 Thread Christian Schneider
Currently the webconsole project defines the package imports by hand in the pom file. This lead to at least this issue: https://issues.apache.org/jira/browse/AMQ-6020 Is there any reason to not let bnd figure out the imports automatically? We could still fine tune if necessary. Christian -- C

[GitHub] activemq pull request: [AMQ-6020] Adding the necessary import and ...

2015-10-23 Thread cschneider
GitHub user cschneider opened a pull request: https://github.com/apache/activemq/pull/153 [AMQ-6020] Adding the necessary import and removing the export packages You can merge this pull request into a Git repository by running: $ git pull https://github.com/cschneider/activemq