Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

[TORQUE-1033] Create messaging objects with a default :encoding #140

Merged

Conversation

goldmann
Copy link
Member

@goldmann goldmann commented Mar 4, 2013

This allows to specify default encoding when creating a queue or topic:

TorqueBox::Messaging::Queue.start("/queues/one", :encoding => :edn)
TorqueBox::Messaging::Topic.new("/topics/one", :encoding => :edn)

Added integration tests for both queues and topic.

Fixes: https://issues.jboss.org/browse/TORQUE-1033

This allows to specify default encoding when creating a queue or topic:

TorqueBox::Messaging::Queue.start("/queues/one", :encoding => :edn)
TorqueBox::Messaging::Topic.new("/topics/one", :encoding => :edn)
bbrowning added a commit that referenced this pull request Mar 6, 2013
…oding

[TORQUE-1033] Create messaging objects with a default :encoding
@bbrowning bbrowning merged commit 3dc3682 into torquebox:2x-dev Mar 6, 2013
@goldmann goldmann deleted the TORQUE-1033-default-message-encoding branch March 8, 2013 08:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants