Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F299393
JMSMessenger.pike
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 25, 10:48 PM
Size
187 B
Mime Type
text/plain
Expires
Fri, Dec 27, 10:48 PM (3 w, 3 d ago)
Engine
blob
Format
Raw Data
Handle
48430
Attached To
R148 fins
JMSMessenger.pike
View Options
//! publish a message
void
publish
(
string
destination
,
string
body
,
mapping
|
void
properties
)
{
object
p
=
this
->
app
->
get_processor
(
"JMS"
);
p
->
publish
(
destination
,
body
,
properties
);
}
Event Timeline
Log In to Comment