Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Service Broker / December 2007

Tip: Looking for answers? Try searching our database.

Endpoints

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John Cantley - 13 Dec 2007 22:09 GMT
I have a service broker setup by a previous consulting company. I do not
have the scripts that created any of it but have gone through the service
broker setup. What I cannot figure out is how to determine what port the
endpoint is monitoring.

I do a query against sys.endpoints and get this. How can I determine the
port and any of the other stuff I need for a create endpoint?

Name: ServiceBrokerEndPoint
endpoint_id: 65536
principal_id: 1
protocol: 2
protocol_desc: TCP
type: 3
type_desc: SERVICE_BROKER
state: 0
state_desc: STARTED
is_admin_endpoint: 0
Adam Machanic - 13 Dec 2007 22:23 GMT
Try:

select port
from sys.tcp_endpoints
where type_desc = 'SERVICE_BROKER'

Signature

Adam Machanic
SQL Server MVP - http://sqlblog.com

Author, "Expert SQL Server 2005 Development"
http://www.apress.com/book/bookDisplay.html?bID=10220

>I have a service broker setup by a previous consulting company. I do not
>have the scripts that created any of it but have gone through the service
[quoted text clipped - 14 lines]
> state_desc: STARTED
> is_admin_endpoint: 0
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.