It does not need to be in there...just an oversight on my part.
Type: Posts; User: tim.goeke; Keyword(s):
It does not need to be in there...just an oversight on my part.
I was able to get the one offending jar working locally by using the manifest:
Bundle-SymbolicName: org.springframework.amqp.rabbit
Bundle-Name: Spring RabbitMQ Support
Bundle-Vendor:...
I have been trying to deploy the amqp bundles on Virgo and have run into an issue. For each bundle, the template.mf has to following Import-Template:
...
Import-Template:...
This question proposes using SI as an HTTP proxy, using an HTTP Inbound Gateway (HIG).
The scenario is as follows. HTTP requests come into the gateway, which are proxied to the real web server. ...
I did get a solution by defining a custom view and then adding the content type to the response. This works nicely, as the remote web service creating the images will return an XML if there's an...
I am having fun with the HTTP support in integration but I have one issue. I want to reply to the http:inbound-gateway with an image, so I need to set the content type.
I can reply with a byte[]...
I am using simple annotations to create a component (@Component) that autowires in the MessageTemplate.
Assuming the template is defined as follows:
<bean id="messageTemplate"...