-
```
I am trying to get it run with reliable-msg as a broker. But some exception
was raise. So If any body has same problem or have an solution,plz feel
free to contact me . thanks a lot
ActiveMessag…
-
```
What steps will reproduce the problem?
1. Freeze stomp gem into project
2. Uninstall gem from global gem list
3. Run script/poller run
What is the expected output? What do you see instead?
Poller…
-
```
What steps will reproduce the problem?
in messaging.rb
ActiveMessaging::Gateway.define do |s|
s.queue :persist_message, '/queue/PersistMessage2'
s.queue :persist_message, '/queue/PersistMes…
-
```
What steps will reproduce the problem?
1. Use the Clone() metohd on a 'NULL' envelope
2. The result won't be a 'NULL' envelope
What is the expected output? What do you see instead?
The result is …
-
```
What steps will reproduce the problem?
in messaging.rb
ActiveMessaging::Gateway.define do |s|
s.queue :persist_message, '/queue/PersistMessage2'
s.queue :persist_message, '/queue/PersistMes…
-
```
The poller needs an option to be able to run in the background, and I think
that it should also move
to scripts/activemq. If no one takes on this task by the weekend, I'll create
a patch and a…
-
```
The poller needs an option to be able to run in the background, and I think
that it should also move
to scripts/activemq. If no one takes on this task by the weekend, I'll create
a patch and a…
-
```
What steps will reproduce the problem?
1. Use edge rails
2. create a model with a users habtm roles (using authorization plugin
3. create user controller, add active_scaffold :user
4. on list user…
-
```
What steps will reproduce the problem?
1. Use the Clone() metohd on a 'NULL' envelope
2. The result won't be a 'NULL' envelope
What is the expected output? What do you see instead?
The result is …
-
```
What steps will reproduce the problem?
1. when using asqs adapter
2. on_message method raises exception
3. message deleted
What is the expected output? What do you see instead?
message was delete…