I"m using spring integration/jms to send a Message.
The Message contains a Set of String values which is just zero or more user-specified String tags.
Currently this is in the Message so that on...
Type: Posts; User: StephKSmith; Keyword(s):
I"m using spring integration/jms to send a Message.
The Message contains a Set of String values which is just zero or more user-specified String tags.
Currently this is in the Message so that on...
Thanks! That does the trick.
I am trying to create a filter that references an Enum that is defined in the com.services.Event class.
THe enum is EventType and has Started and Finished defined.
This is the filter:
<si:filter...
Is there a way to localize the description in the various annotations. For example
@ManagedResource(description="I want this description to be localized")
Suggestions/workarounds?
I would like to use Spring to expose my POJO as an MBean. I have a query method that will return data that is tabular in nature; it is made up of Strings and numerics.
Is there an easy way to let...