java - Connect to HornetQ with Apache camel without Spring -
i'm new apache camel. i'm trying connect hornetq queue. i've found several tutorials on use spring. have without spring because project i'm working on doesn't use spring. uses cdi, , i've found this: http://camel.apache.org/cdi.html don't understand how change connects queue. me ??
after long , painful history of trying integrate hornetq camel , employing programmatic solution @ end, turned out @ least hornetq producing can done http4 module. send message payload http4 module hornetq rest endpoint , works fine:
http4://hornetqserver:port/hornetq/queues/queuename/create
Comments
Post a Comment