You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2007/02/28 14:38:02 UTC

[jira] Created: (AMQNET-42) add support for typesafe properties and headers over STOMP

add support for typesafe properties and headers over STOMP
----------------------------------------------------------

                 Key: AMQNET-42
                 URL: https://issues.apache.org/activemq/browse/AMQNET-42
             Project: ActiveMQ .Net
          Issue Type: New Feature
          Components: Stomp
            Reporter: james strachan
         Assigned To: james strachan


When sending a message we could encode the types of fields using custom headers. e.g.

stomp-int-headers: foo, bar
stomp-double-headers: cheese

Then when parsing an ActiveMQMessage we can coerce the values of the headers to their correct values.

Similarly the STOMP wireformat can add these headers when turning a normal JMS/OpenWire message into Stomp

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


[jira] Assigned: (AMQNET-42) Add support for typesafe properties and headers over STOMP

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes reassigned AMQNET-42:
-------------------------------

    Assignee: Timothy Bish  (was: James Strachan)

I think this may be possible now that you have added support for STOMP 1.1.  What do you think?

> Add support for typesafe properties and headers over STOMP
> ----------------------------------------------------------
>
>                 Key: AMQNET-42
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-42
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: Stomp
>            Reporter: James Strachan
>            Assignee: Timothy Bish
>            Priority: Minor
>
> When sending a message we could encode the types of fields using custom headers. e.g.
> stomp-int-headers: foo, bar
> stomp-double-headers: cheese
> Then when parsing an ActiveMQMessage we can coerce the values of the headers to their correct values.
> Similarly the STOMP wireformat can add these headers when turning a normal JMS/OpenWire message into Stomp

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


[jira] Updated: (AMQNET-42) Add support for typesafe properties and headers over STOMP

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQNET-42:
----------------------------

    Component/s:     (was: ActiveMQ)
                 Stomp
       Priority: Minor  (was: Major)

> Add support for typesafe properties and headers over STOMP
> ----------------------------------------------------------
>
>                 Key: AMQNET-42
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-42
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: Stomp
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Minor
>
> When sending a message we could encode the types of fields using custom headers. e.g.
> stomp-int-headers: foo, bar
> stomp-double-headers: cheese
> Then when parsing an ActiveMQMessage we can coerce the values of the headers to their correct values.
> Similarly the STOMP wireformat can add these headers when turning a normal JMS/OpenWire message into Stomp

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


[jira] Updated: (AMQNET-42) Add support for typesafe properties and headers over STOMP

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQNET-42:
----------------------------

    Fix Version/s:     (was: 1.2.0)
          Summary: Add support for typesafe properties and headers over STOMP  (was: add support for typesafe properties and headers over STOMP)

Post-poning to unknown release, since this enhancement is dependent upon the STOMP protocol specification being upgraded to support this feature first.

> Add support for typesafe properties and headers over STOMP
> ----------------------------------------------------------
>
>                 Key: AMQNET-42
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-42
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ
>            Reporter: James Strachan
>            Assignee: James Strachan
>
> When sending a message we could encode the types of fields using custom headers. e.g.
> stomp-int-headers: foo, bar
> stomp-double-headers: cheese
> Then when parsing an ActiveMQMessage we can coerce the values of the headers to their correct values.
> Similarly the STOMP wireformat can add these headers when turning a normal JMS/OpenWire message into Stomp

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


[jira] Commented: (AMQNET-42) Add support for typesafe properties and headers over STOMP

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63326#action_63326 ] 

Timothy Bish commented on AMQNET-42:
------------------------------------

Don't think that part of the spec was tackled, if I remember correctly it was going to be held off until the Stomp v2.0 specification was started. 

The latest v1.1 is here: http://stomp.github.com/stomp-specification-1-1.html

> Add support for typesafe properties and headers over STOMP
> ----------------------------------------------------------
>
>                 Key: AMQNET-42
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-42
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: Stomp
>            Reporter: James Strachan
>            Assignee: Timothy Bish
>            Priority: Minor
>
> When sending a message we could encode the types of fields using custom headers. e.g.
> stomp-int-headers: foo, bar
> stomp-double-headers: cheese
> Then when parsing an ActiveMQMessage we can coerce the values of the headers to their correct values.
> Similarly the STOMP wireformat can add these headers when turning a normal JMS/OpenWire message into Stomp

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