iron_mq_java icon indicating copy to clipboard operation
iron_mq_java copied to clipboard

Java library for IronMQ.

Results 14 iron_mq_java issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi All java source files are without license headers. Please, confirm the licensing of code and/or content/s, and add license headers https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#License_Clarification Thanks in advance Regards

Please publish IronMQ Java in an OSGi compliant way, e.g. change package type from JAR to bundle and leverage a bundle plugin in maven to build instead of a plain...

If you would like to unit test your code that interacts with the message queue classes, it easier to do if the classes are based on interfaces.

Took me a lot of time to tracked this bug. Here we go: I used threads to pull from specific queue and all the time, after some random time, my...

Hi I'm testing on local, it takes 500+ or even 1000+ms to push a message, very slow. How can I improve the speed? or using connection pool? Thanks. 6141522235577319120 :...

Just ran a test against a new v3 queue. It seems that when the queue i empty the reserve method https://github.com/iron-io/iron_mq_java/blob/v3/src/main/java/io/iron/ironmq/Queue.java#L125 will cause Gson to read/initialise the Messages.messages array as...

The maven version you specify is really old. The latest is 3.0.1. Does the rest of the documentation match that version?

hi sometimes i notice that my process starts leaving many tcp connections in CLOSE_WAITING state. usually this happens when its processing a lot of messages off the queue. on a...