I am looking for an example that does the following:
1. Read a String (json)
2. post it to a queue
3. Get the response
So far I've seen examples that involve "from" and "to" but my "from" is a
string.
Also, I am planning to use it in a standalone jvm application.
1. Read a String (json)
2. post it to a queue
3. Get the response
So far I've seen examples that involve "from" and "to" but my "from" is a
string.
Also, I am planning to use it in a standalone jvm application.