jrsmq | lightweight message queue for Java

 by   igr Java Version: 1.3.0 License: No License

kandi X-RAY | jrsmq Summary

kandi X-RAY | jrsmq Summary

jrsmq is a Java library. jrsmq has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub, Maven.

A lightweight message queue for Java that requires no dedicated queue server. Just a Redis server.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              jrsmq has a low active ecosystem.
              It has 24 star(s) with 11 fork(s). There are 9 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 5 have been closed. On average issues are closed in 397 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of jrsmq is 1.3.0

            kandi-Quality Quality

              jrsmq has 0 bugs and 0 code smells.

            kandi-Security Security

              jrsmq has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              jrsmq code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              jrsmq does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              jrsmq releases are not available. You will need to build from source code and install.
              Deployable package is available in Maven.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              It has 1282 lines of code, 156 functions and 33 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed jrsmq and discovered the below as its top functions. This is intended to give you an instant insight into jrsmq implemented functionality, and help decide if they suit your requirements.
            • Execute a queue
            • Assert that the given values have at least one value
            • Executes the given command
            • The queue name
            • Delete the given message
            • Converts a list element into an integer
            • Ensure that the given Qname is valid
            • Ensure id is valid
            • Executes a message in redis
            • Check that a queue message is valid
            • Gets the uid
            • Get the max size
            • Executes redis
            • Asserts that the specified delay is valid
            • Ensures that a certain vt is valid
            • Ensure that the given maxsize is valid
            • Retrieves queue attributes
            • Parse a long from a string
            • Returns a connection from the pool
            • Disconnects the Redis client
            • Initialize the script
            • Execute a queue message
            • Changes the message s visibility
            • Execute a queue
            • Receive a queue message
            • Execute all queue names
            Get all kandi verified functions for this library.

            jrsmq Key Features

            No Key Features are available at this moment for jrsmq.

            jrsmq Examples and Code Snippets

            Redis Simple Message Queue,Example
            Javadot img1Lines of Code : 20dot img1no licencesLicense : No License
            copy iconCopy
            RedisSMQ rsmq = new RedisSMQ();
            
            rsmq.createQueue()
                .qname("myqueue")
                .exec();
            
            String id = rsmq.sendMessage()
                            .qname("myqueue")
                            .message("Hello World")
                            .exec();
            
            QueueMessage msg = rsmq.receive  
            Redis Simple Message Queue,Version
            Javadot img2Lines of Code : 1dot img2no licencesLicense : No License
            copy iconCopy
            com.oblac:jrsmq:1.2.1
              

            Community Discussions

            No Community Discussions are available at this moment for jrsmq.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install jrsmq

            You can download it from GitHub, Maven.
            You can use jrsmq 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 jrsmq 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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
            Maven
            Gradle
            CLONE
          • HTTPS

            https://github.com/igr/jrsmq.git

          • CLI

            gh repo clone igr/jrsmq

          • sshUrl

            git@github.com:igr/jrsmq.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link