Skip to content

Latest commit

 

History

History

retail-cache-sink-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RabbitMQ Testing

retail.customer.favorites

Exchange retail.customer.favorites

{
  "id" : "nyla",
  "favorites" : [
    { 
      "quantity" :  1,
      "product" :  
        { 
          "id":  "1",
          "name" : "Hello"
        }
    }
  ]
}

retail.customer.promotions

Exchange: retail.customer.promotions

{
  "id" : "nyla",
  "marketingMessage" : "Testing",
  "products" : [
    {
          "id":  "1",
          "name" : "Product"
    }
  ]
}

Docker building image

mvn install
cd applications/retail-cache-sink-app
mvn spring-boot:build-image
docker tag retail-cache-sink-app:0.1.2-SNAPSHOT cloudnativedata/retail-cache-sink-app:0.1.2-SNAPSHOT
docker push cloudnativedata/retail-cache-sink-app:0.1.2-SNAPSHOT