uncode-mq | Lightweight java message middleware
kandi X-RAY | uncode-mq Summary
kandi X-RAY | uncode-mq Summary
uncode-mq is a Java library. uncode-mq has no vulnerabilities, it has build file available and it has low support. However uncode-mq has 29 bugs. You can download it from GitHub.
Lightweight java message middleware
Lightweight java message middleware
Support
Quality
Security
License
Reuse
Support
uncode-mq has a low active ecosystem.
It has 46 star(s) with 39 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 2 open issues and 0 have been closed. On average issues are closed in 839 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of uncode-mq is V1.0.2
Quality
uncode-mq has 29 bugs (3 blocker, 0 critical, 22 major, 4 minor) and 419 code smells.
Security
uncode-mq has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
uncode-mq code analysis shows 0 unresolved vulnerabilities.
There are 31 security hotspots that need review.
License
uncode-mq does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
uncode-mq releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
uncode-mq saves you 2843 person hours of effort in developing the same functionality from scratch.
It has 6147 lines of code, 553 functions and 68 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed uncode-mq and discovered the below as its top functions. This is intended to give you an instant insight into uncode-mq implemented functionality, and help decide if they suit your requirements.
- Main entry point
- Register broker group in zookeeper
- Start Netty Server
- Returns the maximum number of connections to a jvm
- Decodes the message
- Calculates a checksum for the given data
- Read message from ByteBuf
- Handle backup request
- Read a replica block
- Entry point for testing purposes
- Main method for testing
- Get a property as a java util Properties
- Check if a port is free
- Starts the event thread
- Encode a message into a ByteBuf
- Waits until the given path exists
- Handles a request
- Returns the read position after reading the specified error position
- Gets all backup queue names from disk
- Handles producer request message
- Close the index file
- Handle a request
- Processes a WatchedEvent
- Get topic retention hours
- Handles a request message
- Connect to zookeeper
Get all kandi verified functions for this library.
uncode-mq Key Features
No Key Features are available at this moment for uncode-mq.
uncode-mq Examples and Code Snippets
String cfg = "file:/gitlib/uncode-mq/conf/config.properties";
Consumer.runningConsumerRunnable(cfg);
Consumer.addSubscriber(new ConsumerSubscriber(){
//订阅主题
@Override
public List subscribeToTopic() {
List tps = new ArrayList();
tps.add("umq")
String cfg = "file:/gitlib/uncode-mq/conf/config.properties";
Producer.getInstance().connect(cfg);
for(int i=0;i<10000;i++){
List list = new ArrayList();
Topic topic = new Topic();
topic.setTopic("umq");
topic.addContent("umq作者juny=>"+i);
mq.host=192.168.1.43 #本机ip
mq.port=9000 #端口
mq.replica.host=192.168.7.131 #本机作为备机的主机ip
mq.replica.fetch.size=100 #每次备份时同步的数据条数,默认30
mq.replica.fetch.interval=2 #备份同步时间间隔,默认2秒
mq.log.dir=./data #数据存储目录,默认data,不建议修改
mq.data.persistence.interval=2 #数据持久
Community Discussions
No Community Discussions are available at this moment for uncode-mq.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install uncode-mq
You can download it from GitHub.
You can use uncode-mq like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the uncode-mq component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use uncode-mq like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the uncode-mq component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page