2
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FABRIC-10: zkClient was not retrieved from camel registry More... about 14 years ago
merged Hirams changes and refactored Poller to be created per DataSourceDTO so we can more easily separate the polling frequency and can cache more intermediate values in the Poller (like ObjectName) More... about 14 years ago
Bug fixes for the jaxrs monitor resource. More... about 14 years ago
Merge branch 'master' of github.com:fusesource/fabric More... about 14 years ago
The MonitoredResource works better now. More... about 14 years ago
Merge branch 'master' of github.com:fusesource/fabric More... about 14 years ago
Add bundle headers to the BundleInfo More... about 14 years ago
Merge branch 'master' of github.com:fusesource/fabric More... about 14 years ago
Merge branch 'master' of github.com:fusesource/fabric More... about 14 years ago
Adding a JAXRS resource so that you can serve up over HTTP the data gathered by the monitor. More... about 14 years ago
Fleshing out the JMXPoller a bit. More... about 14 years ago
Implement AMQP idle timeout aka heartbeats More... about 14 years ago
Read in full 8 byte header so empty AmqpFrames work too... More... about 14 years ago
Default constructor creates empty frame, also avoid calculating frame size until frame is written, otherwise there's 2 passes through the frame body to figure out the frame size More... about 14 years ago
refactored the PollerFactory to create a Poller per Source; so its easy to cache values inside the Poller (e.g. ObjectNames in a JMX Poller) and added support for JMX attribute polling More... about 14 years ago
Merge branch 'master' of github.com:fusesource/fabric More... about 14 years ago
first cut of JMX MBean polling; not quite working yet :) More... about 14 years ago
added copyright More... about 14 years ago
Make AmqpSession into a sink for outgoing messages More... about 14 years ago
Merge branch 'master' of github.com:fusesource/fabric More... about 14 years ago
Disable failing tests. More... about 14 years ago
Merge branch 'master' of github.com:fusesource/fabric More... about 14 years ago
Add properties to the OSGi service informations More... about 14 years ago
Little clean up More... about 14 years ago
Reuse the fabric-scala module. More... about 14 years ago
Update setters for incoming/outgoing window so that the peer session is notified of the update if the window size changes. More... about 14 years ago
Wait a little bit before closing connection to avoid all those annoying warnings More... about 14 years ago
fix log file names More... about 14 years ago
Add a couple more file types to .gitignore More... about 14 years ago
Fix location of broker config More... about 14 years ago