Questions tagged [publisher]
325 questions
1
vote
0 answers
It´s possible to configure RabbitMQ to notify consumer after receiving n messages?
I have a doubt, I need to know if it´s possible to configure RabbitMQ to notify consumer after receiving n messages.
Example: The RabbitMQ must only notify the consumer after it receive 100 message.
If not, what would be the best approach.
Best…

jolynice
- 514
- 1
- 8
- 25
1
vote
2 answers
How to reference self in a Subscriber in Combine in Swift
Just getting to grips with Combine and have come across an issue where I need to call a method in my class when it receives a value from a Publisher, in this case a Notification from NotificationCenter...
Here's the subscription...
let subscribe =…

Cocoadelica
- 3,006
- 27
- 30
1
vote
0 answers
Running Publisher macros from Powershell script
I am trying to run a Publisher macro from Powershell, but I am getting an error when trying to run the macro. Here is the error:
Method invocation failed because [Microsoft.Office.Interop.Publisher.ApplicationClass] does not contain a method named…

coderkid420
- 11
- 1
1
vote
2 answers
MQTT client subscribing data from RTI DDS publisher
Is it possible to make Mosquito Mqtt and RTI DDS to talk to each other?
I want my Mqtt subscriber to subscribe data from DDS publisher or vice-versa.

user10075116
- 11
- 2
1
vote
1 answer
GPT (Google Publisher Tag) - Detect if disable initial load already invoked
Is this possible to detect if disableInitialLoad() was already invoked on the page?

Itay Elgazar
- 125
- 10
1
vote
1 answer
How publisher-subscriber configurations can be included in a single app.config?
I am writing a simple server (publisher) and client (subscriber) application to imagine inter-process communication between two managed C# processes.
I need to write a server (that's working as a publisher) that will publish the contents to the…

Usman
- 2,742
- 4
- 44
- 82
1
vote
2 answers
wso2 api manager parameters in context of URL
wso2 api manager has the following parts in the publisher URL:
http//hostname:8280///
I know that can be defined with parameters within curly brackets, like {parameter} and they can be used duiring mediation…

user1563721
- 1,373
- 3
- 28
- 46
1
vote
1 answer
Difference between Flux.compose and Flux.transform?
I am learning reactive streams and working on Publishers(Flux), and working for the transformation of Flux. For this i got compose and transform methods.
Here is my code:
private static void composeStream() {
System.out.println("*********Calling…

KayV
- 12,987
- 11
- 98
- 148
1
vote
0 answers
Is it possible to use VBA code to copy and paste individual ppt slides into a publisher document?
I am trying to copy many ppt slides (from the same ppt) onto an existing publisher document. I've been trying to piece a code together to do this but I can't figure it out due to lack of experience.
I preferably want to only copy the shape on each…

mgczy
- 11
- 2
1
vote
1 answer
LDAP User Access to WSO2 Governance Registry Store / Publisher
We managed to setup LDAP as a secondary User Store in the WSO2 Governance Registry Management Console 5.3.0 (Carbon). We see the Users/Roles were loaded correctly and we can access Management Console (Carbon) with those users.
However despite of the…

Jo2o
- 11
- 4
1
vote
2 answers
How to access to the root path in a mod_python directory?
In my Apache webserver I put this:
SetHandler mod_python
PythonHandler mod_python.publisher
PythonDebug On
Then I have a handler.py file with an index function.
When I go to…

BlogueroConnor
- 1,893
- 4
- 17
- 18
1
vote
0 answers
Ros subscriber is processing an old message
I am currently trying to pass some information between two ros node.
The publisher, being a ros node written in python publishes a string on to a topic, and the subscriber, being a ros node written in cpp, has a callback function which reacts on…

Carlton Banks
- 395
- 1
- 6
- 25
1
vote
0 answers
How to configure Jenkins to build a repository locally, then commit the output files to another repository?
So basically I already have the deploy part working in one job, using MSBuild 14.0 and the above configuration:
/p:Configuration=Release
/p:Platform=AnyCPU
/t:WebPublish
/p:WebPublishMethod=FileSystem
/p:DeleteExistingFiles=True…

Vitória Previato
- 11
- 4
1
vote
1 answer
Self-published news, who is the "publisher"?
I'm trying to implement Schema.org in my news website. In this Google guideline I'm following the left example with Microdata.
Everything is fine, except for one property, the publisher.
Given that I'm talking about the news on my own site, what am…

ilSavo
- 854
- 1
- 8
- 28
1
vote
1 answer
Printing multiple labels using Publisher interop
I am looking for a way to print multiple labels on the same page using Microsoft Publisher. I am using Publisher 2013 and 2016 for development, but really any solution would be a good starting point.
An additional constraint is that the labels have…

alexsome
- 463
- 3
- 16