Questions tagged [publisher]
325 questions
0
votes
0 answers
Oracle BI Publisher: Making text item vertical
I am using Oracle BI Publisher, and I have a report to create that should have text items displayed vertically.
I couldn't find any options to rotate, or make it vertical. If there is any possible way, could someone tell it? Maybe I should use some…

Sherzodbek
- 170
- 1
- 20
0
votes
1 answer
Jmeter -- sending files from JMS-publisher sampler to ActiveMQ
For my test case, I need to send full messages (with header & properties) to ActiveMQ and have messages in JSON file format using JMS-publisher sampler.
How can I send JSON files (or files in any format) from JMS-publisher sampler to ActiveMQ?
Or…

Nader
- 31
- 6
0
votes
0 answers
java reactive flow - can a subscriber return value?
I am trying to implement java reactive flow (observer design patter).
I made use of samples available. i have no problem sending values to the subscribers but i cannot make the subscriber to send the publisher back a value. Is there any way i can…

user3583323
- 1
- 1
0
votes
1 answer
error: undefined reference to ros::init() , while using ROS libraries in non-ROS domain workspace?
I am trying to compile a .cpp file which uses some of the ROS library functions like "ros/ros.h" , "std_msgs/String.h". In the make file, I have included the path for the respective include files in the include section.
But when I am compiling the…

rama
- 43
- 2
- 6
0
votes
0 answers
sql subscriber replication change subscriber side only data
We are replicating a very large database to a data warehouse server (DELETE is off) via publisher/subscriber. The data warehouse team want to change some of the data at their subscriber side by wiping to NULL a few non-key data columns (name,…

Skyline
- 103
- 2
- 6
0
votes
1 answer
Can i use Real publisher id and ad Unit ids while testing an application?
I know Android AdMob guidelines strictly prohibit developers to do this. I made my app and integrated the AdMob SDK and tested everything with the test IDS provided by google. Everything works fine and now i want to publish my app to the play store…

Usama Khurshid
- 87
- 1
- 5
- 14
0
votes
0 answers
Publisher MQTT client stops to work in Subscriber's Callback. (PAHO JAVA)
I'm trying to implement a fake broker (actually it is an mqtt publisher client in an mqtt subscriber's callback). There are 3 separated publisher clients which are publishing random numbers between 0 and 1. This fake broker just summarizes this…

pthben
- 11
- 2
0
votes
2 answers
How to get thread information logs when calling publishOn
I am working on Schedulers in reactive streams and using a Flux and Scheduler on this Flux using the publishOn method as follows:
System.out.println("*********Calling Concurrency************");
List elements = new ArrayList<>();
…

KayV
- 12,987
- 11
- 98
- 148
0
votes
0 answers
Stored procedure mySQL syntax error unexpected 'AS'
Im writing a stored procedure as you can see below
the errors im getting are on lines 3 and 4, the two errors are "unexpected 'publisher' identifier" on line 3 and "unexpected AS (as)" on line 4 but I have no idea how im getting these errors or how…

Abdul Balogun
- 13
- 5
0
votes
2 answers
How to connect to IBM MQ from JMS publisher without JNDI properties?
I have been trying to connect to IBM MQ from JMeter JMS publisher. Unable to find corrert "Initial context factory" and "connection factory" values to use without JNDI properties. I have all MQ jars present in LIB folder.
I have the following…

Ajay N
- 1
- 2
0
votes
1 answer
Error when replacing Image in publisher file
I am trying to replace an image in a Publisher file with the following method:
shape.PictureFormat.Replace("images/image.bmp");
The problem is i get an error on this code:
No image can be inserted in the publication. The correct graphical…

joey
- 469
- 1
- 6
- 22
0
votes
0 answers
Liferay 5.2.3 Asset publisher portlet : Close link remove for particular user
I am new in liferay. In new page i have added asset publisher porlet.
There is Look and Feel , Configuration and Close link.
I want to remove Close link for particular user.
Liferay version : 5.2.3
plz anyone help me...

maulika
- 145
- 1
- 2
- 9
0
votes
1 answer
can I send a request via publish subscriber model
My question is related to pub and sub communication model. Specifically, can I send a request via this system. for example, If I'm the publisher, can I send a request to the subscribers saying I need more information about your system or some…

sam al
- 11
- 3
0
votes
1 answer
Why isnt my Python MQTT publisher publish anything out
I am running a traffic light (pi-stop) solution for my project integrating with MQTT. So the publisher will sent the number of counting to the subscriber and the subscriber will control and change the traffic lights. However, I am unable to sent any…

Jenni
- 3
- 2
0
votes
2 answers
Get email address of publisher given app package name
Is there a way to determine the email address of an Android Market publisher given the package name of an app they own?
I.e. Given the package name com.acme.app I would get back dev@acme.com?
And before anyone asks, I don't want to spam devs, I…

Sam
- 11
- 2