GH-422 Add RabbitMQ instructions for Cloud Events interaction

This commit is contained in:
Oleg Zhurakousky
2020-11-11 11:53:39 +01:00
parent a6eb8339a5
commit a39476561a
9 changed files with 106 additions and 52 deletions

View File

@@ -152,7 +152,7 @@ public class CloudeventDemoApplicationRESTTests {
" \"releaseDate\" : \"24-03-2004\"\n" +
" }\n" +
"}";
System.out.println(payload);
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.valueOf("application/cloudevents+json;charset=utf-8"));