Questions tagged [subscriber]
272 questions
0
votes
1 answer
How i select a subscriber to send the newletter in magento
I am using magento-1.7.2 and have made templates for newsletter.
But i not able to select the subscribers and newsletter date to send it.
How i can send a newsletter, can any one describe it. Thanks

user1493023
- 99
- 1
- 2
- 13
0
votes
2 answers
Unsubscribe from a topic and subscribe from a new one runtime (C++) (ROS)
I'm using a ROS node (C++ code) to perform some image processing reading images from different visual sensors living in a simulator.
I have a big problem that, so far, is without solution...
let's say that my node is active and is performing some…

Matteo
- 51
- 1
- 1
- 5
0
votes
0 answers
JMS Body content filter
I m working on JMS. I create a TextMessage and append some text("Hello World") to it. Now, I want to filter the messages based on the words/content("Hello") in the body of the message.
I tried using selector, but I think it only filter properties in…

NGoyal
- 190
- 2
- 18
0
votes
3 answers
Filtering in JMS based on body content
I m implementing Pub/Sub model using JMS. I send a message from Pub to all Subscribers. I want that subscribers should get filtered messages based on some string in actual message body.
For example a subscriber subscribe to a topic 'sports' and…

NGoyal
- 190
- 2
- 18
0
votes
3 answers
How to pause JMS topic subscriber from receiving messages
My setup: JBoss Messaging 1.4 running on JBoss 4.2.3
I have a couple of MDB's that subscribes on one topic, and the MDB's onMessage() tries to deliver the received message to one web service each.
My problem is that I can't figure out how to pause…
Rickard
0
votes
1 answer
WCF's publisher subscriber pattern
I have been using WCF for a fair bit now, and I have come across several articles on MSDN regarding WCF's publisher subscriber model.
One of the requirements in a project I'm about to embark on requires me to have one server send out messages to…

Null Reference
- 11,260
- 40
- 107
- 184
-1
votes
1 answer
Laravel Http Client events not firing from terminal
I created a subscriber that listen to Http Client events (ConnectionFailed, ResponseReceived) to log all http requests. It works fine when I make a request in controller, but when I make a request in tinker or in a command, nothing will log.
Do you…

Ali
- 185
- 11
-1
votes
2 answers
Virtual method 'write' not implemented in class
Hello I am getting the above error for the subscriber class I created as following:
The error seems in the write function of the class but I am not sure what I am missing in the function.
`uvm_analysis_imp_decl(_bfm2dut_change)
class…

Ishan Kumar
- 33
- 3
-1
votes
1 answer
Get the context of call in symfony event subscriber
I have event subscriber, which is listening on doctrines events:
return [
Events::postPersist,
Events::postUpdate,
Events::postRemove,
];
It is working ok, but what I need is in specific application operation (called from command)…

Rossko_DCA
- 51
- 1
- 9
-1
votes
1 answer
How To Change Role With Capablity in WordPress
I have to create one role guest user not access anything In site... But admin verify user when user role. Like this:

bca tech
- 26
- 1
- 8
-1
votes
1 answer
Cold observable in RxJava
In reactive programming, cold observable starts emitting values only when observers have subscribed to it.
I have a question in this context.
Suppose I subscribe S1 on observable O at time T1, and hence S1 starts receiving values.Then I subscribe…

Mandroid
- 6,200
- 12
- 64
- 134
-1
votes
1 answer
How to set text from YouTube subscriber count JSON file?
I'm developing an app where I want to show total subscribers of a YouTube channel using JSON, AsyncTask, TextView. I don't know how to parse a JSON data. Please help me!
My problem has been solved HERE
The JSON API link…

ArghadipDasCEO
- 177
- 1
- 12
-1
votes
1 answer
read in knockout computable not always firing with extender
this might be easiest to describe with a fiddle http://jsfiddle.net/LkqTU/32190/
I have an observable called price which has an extender so that it rounds to two digits and does not allow non numeric.
I have a writable computed observable that puts…

Bryan Dellinger
- 4,724
- 7
- 33
- 79
-1
votes
3 answers
Errors while submitting data to the server using form
I am trying to submit data through form and came across the below error:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given ..
Please find the code I have tried.
//connection end to my data…
-1
votes
1 answer
How to exchange data between nodes in ROS?
I want to send data from one node to another. For example: One node is publishing data to the topic /mobile_base/commands/velocity and other one is subscribed to /mobile_base/events/bumper. Both the subscriber & publisher are working fine.
What I…

Safeer
- 184
- 3
- 17