Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stomp driver #260

Merged
merged 25 commits into from
Jun 4, 2019
Merged

Add stomp driver #260

merged 25 commits into from
Jun 4, 2019

Commits on May 29, 2019

  1. add stomp driver

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    200ff63 View commit details
    Browse the repository at this point in the history
  2. php cs

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    c2f6e04 View commit details
    Browse the repository at this point in the history
  3. add test

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    bb92a94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b01473 View commit details
    Browse the repository at this point in the history
  5. fix component name

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    10d8ad3 View commit details
    Browse the repository at this point in the history
  6. add activemq

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    da944b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30d93e1 View commit details
    Browse the repository at this point in the history
  8. update readme

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1b702e8 View commit details
    Browse the repository at this point in the history
  9. add php-doc

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    e3b00de View commit details
    Browse the repository at this point in the history
  10. update to last changes

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    aeffa42 View commit details
    Browse the repository at this point in the history
  11. fix no wait receiver

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ed18730 View commit details
    Browse the repository at this point in the history
  12. This changes need if we use separate queue exchange ( other applicati…

    …on use queue without some headers )
    
    * use default value ttr if not exists
    * generate messageId if not exists in headers
    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    2002948 View commit details
    Browse the repository at this point in the history
  13. add receive timeout

    bug with empty buffer
    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    fe2d651 View commit details
    Browse the repository at this point in the history
  14. readtimeout configurable

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    6255f66 View commit details
    Browse the repository at this point in the history
  15. readTimeOut in integer

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f555fad View commit details
    Browse the repository at this point in the history
  16. Update Command.php

    cebe authored and versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    614a886 View commit details
    Browse the repository at this point in the history
  17. Update Queue.php

    cebe authored and versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    a1c2691 View commit details
    Browse the repository at this point in the history
  18. add alive package

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    6d9bf83 View commit details
    Browse the repository at this point in the history
  19. fix

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1acc988 View commit details
    Browse the repository at this point in the history
  20. use stable version

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f8dc591 View commit details
    Browse the repository at this point in the history
  21. version with public method

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    db319c9 View commit details
    Browse the repository at this point in the history
  22. fix travis

    versh23 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    2877547 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Update Command.php

    samdark authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    fc18acb View commit details
    Browse the repository at this point in the history
  2. Update Queue.php

    samdark authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    4db56a8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    samdark authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6a161fd View commit details
    Browse the repository at this point in the history