You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Ioannis Canellos (JIRA)" <ji...@apache.org> on 2010/08/09 18:00:48 UTC

[jira] Updated: (SMXCOMP-788) Default SMPP Marshaler should support SMPP optional parameters

     [ https://issues.apache.org/activemq/browse/SMXCOMP-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos updated SMXCOMP-788:
-------------------------------------

    Attachment: optional-parameters.patch

I am attaching a patch the adds the following:

a) Optional Parameters are passed from MessageRequest to the NormalizedMessage as properties.
b) Normalized Message Properties that match an OptionalParameters Tag are added to the MessageRequest as OptionalParameters.
c) 2 simple tests that test the above.

All Normalized Message Properties can be passed either as Strings or directly to the Java lang yype that matches each parameter (e.g. Byte,Short, Integer, String).


> Default SMPP Marshaler should support SMPP optional parameters
> --------------------------------------------------------------
>
>                 Key: SMXCOMP-788
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-788
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-smpp
>    Affects Versions: servicemix-smpp-2010.02
>            Reporter: Ioannis Canellos
>         Attachments: optional-parameters.patch
>
>
> The default smpp marshaler does not provide any kind of support for optional parameters.
> It would be nice if the optional parameters could be transfered as Normalized-message properties and vice versa.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.