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

Support JSON-formatted string as messages #25

Merged
merged 5 commits into from
Jun 2, 2017

Commits on Jun 2, 2017

  1. Support JSON-formatted string as messages

    Using BarbequeClient for enqueuing a message, it might be Array or Hash
    because it is posted as JSON format with `Content-Type: application/json` header.
    However in some cases, e.g. posted as query parameter style or enqueued
    via SNS subscriptions, the message comes as JSON-formatted string. So
    this patch make a message which is String parse as JSON.
    makimoto committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    af2a94f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f4ef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a95022 View commit details
    Browse the repository at this point in the history
  4. Fix spec

    makimoto committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    f701898 View commit details
    Browse the repository at this point in the history
  5. Get rid of JSON-formatted message for JobExecution message class

    There're no use case for now.
    makimoto committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    fc54849 View commit details
    Browse the repository at this point in the history